Skip to content

Instantly share code, notes, and snippets.

@ligerdev
Created August 14, 2018 13:26
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ligerdev/75afa2ea2b955301a32937ab8bbedfb6 to your computer and use it in GitHub Desktop.
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