Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save marcingolenia/af1534145823b2452a3152f5eec025e8 to your computer and use it in GitHub Desktop.
Save marcingolenia/af1534145823b2452a3152f5eec025e8 to your computer and use it in GitHub Desktop.
Git commands
git restore --source origin/master filename
git checkout -
git log branchB..branchA
git log --oneline --decorate
git config --global push.default current
git config --global push.autoSetupRemote true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment