-
name of the current banch and nothing else (for automation)
git rev-parse --abbrev-ref HEAD -
all commits that your branch have that are not yet in master
git log master..<HERE_COMES_YOUR_BRANCH_NAME>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am shahzada on github. | |
| * I am shahzada (https://keybase.io/shahzada) on keybase. | |
| * I have a public key ASBW90cmeLX-PfOCz0_uxJXwvWaXdmfYs-6UXUxsD-eQzgo | |
| To claim this, I am signing this object: |
Visit my blog or connect with me on Twitter
git init
or