GIT commants I've found useful
Check files changed between branches
Check changes on file form different branch/commit
Same as above between 2 branches/commits
Check full file history
Check who broke production server :
Merge as one commit (need to commit afterwards) its not default like in normal merge:
List of commits in git local storage
Take(checkout) file from different branch/commit
Reset current branch to remote:
Save and depracate changes which were not commited
Restore stash (by picking selected)
Comments
Comments powered by Disqus