Created
August 14, 2018 13:26
Star
You must be signed in to star a gist
This file contains 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 log --graph --decorate --pretty=oneline --abbrev-commit --all | |
| * 953f997 (HEAD, origin/JoaoVideoTutorials, JoaoVideoTutorials) Removing videos from repository | |
| * f05eddb Adding video tutorials | |
| | * 3fb4ea0 (refs/stash) WIP on public: f4d6970 Merge branch 'DanielsOgataProblem' into 'public' | |
| | |\ | |
| |/ / | |
| | * b5a27de index on public: f4d6970 Merge branch 'DanielsOgataProblem' into 'public' | |
| |/ | |
| * f4d6970 (origin/public, origin/HEAD, public) Merge branch 'DanielsOgataProblem' into 'public' | |
| git reset --hard f4d6970 | |
| git push --force | |
| git log --graph --decorate --pretty=oneline --abbrev-commit --all | |
| * 953f997 (origin/JoaoVideoTutorials) Removing videos from repository | |
| * f05eddb Adding video tutorials | |
| * f4d6970 (HEAD, origin/public, origin/HEAD, public) Merge branch 'DanielsOgataProblem' into 'public' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment