Last active
October 11, 2019 17:28
-
-
Save anddam/a03477abf45bf8d2fe092319e53aad5a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git branch -d feature-rewrite-rendering | |
warning: not deleting branch 'feature-rewrite-rendering' that is not yet merged to | |
'refs/remotes/origin/feature-rewrite-rendering', even though it is merged to HEAD. | |
error: The branch 'feature-rewrite-rendering' is not fully merged. | |
If you are sure you want to delete it, run 'git branch -D feature-rewrite-rendering'. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git histt --all -20 | |
* db2a2bc (HEAD -> develop, feature-rewrite-rendering) Fix jump on event update | |
| | |
* 8ab2bc9 (own/feature-rewrite-rendering, origin/feature-rewrite-rendering) Comment jumping blocks | |
| | |
* 4ca40e6 Disable manual hash (query params) assignment | |
| | |
* c8048eb Remove debugging elements in template | |
| | |
* 00805a9 Rework free entry component | |
| | |
* 2ea218a Log entering functions | |
| | |
* 9b64681 (own/develop, origin/develop) Merge back evaluation related components | |
| | |
* 03a697a Edit title component |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment