Git - recipes
- Add empty directory to git repository
- Add file to repository
- Ammend message unpublished commit
- Change git remote tracking branch
- Check if specific commit is on remote
- Compare two branches
- Create git tag
- Create local branch
- Create new repository
- Delete local branch
- Discard uncommitted file changes
- Drop all git stash entries
- Get all remote branches
- Get git remote branch
- Git commit changes
- Git list tags that contain commit
- List all git stash entries
- List branches on machine
- List branches that contain specific commit
- List existing tags
- List files with merge conflict
- Merge branch into current branch
- Overwrite local file changes on pull
- Push changes to remote
- Remove local branch
- Remove remote branch
- Rename git branch locally
- Resolve merge conflict with local file
- Resolve merge conflict with remote file
- Rollback local commit
- Show changes of about to commit files.
- Show changes since laste commit
- Show working tree status
- Stash apply by label
- Stash changes and add stash name
- Undo git add
- Undo git merge that is local only
- Undo git reset hard
- Undo published commit
- Upload local branch to remote