Skip to content

Latest commit

 

History

History
 
 

README.md

git

checkout-tag.sh

Checkout a tag to a local branch - also, find the latest tag to checkout automatically

cherry-pick.md

How to use git cherry-pick

create-tag.sh

Create a tag locally and push

delete-tag.sh

Delete a tag either from the remote only, or locally and (force) push

diffs-for-single-file.sh

Perform a diff (like in git log -p), but only for a single file

git-merge-base.sh

Finds the best common ancestor(s) between two commits (you can use it to compare commits at the tip of comparing branches)

git-show-branch.sh

Shows commits that are common for branches being compared

git-when-merged.sh

Using a git plugin to find when a commit was merged

interacting-with-git-log.sh

Different examples with git log and git show

search-commit-message.sh

Search through commit messages, example to find all commit messages that include a jira ticket number

what-branches-contains-commit-hash.sh

What branches contain a particular commit hash