git is an extension for the Bedrock project to install Git and provide it in the Bedrock environment.
- Installer for Git
- Adds a
.gitconfig
- Adds a global
.gitignore
- Provides aliases for common git commands
gl
-git pull --prune
glog
-git log --graph --pretty=format:'%Cred%h%Creset %an: %s - %Creset %C(yellow)%d%Creset %Cgreen(%cr)%Creset' --abbrev-commit --date=relative
gp
-git push origin HEAD
gd
-git diff
gc
-git commit
gca
-git commit -a
gco
-git checkout
gcb
-git copy-branch-name
gb
-git branch
gs
-git status -sb
gcp
-git cherry-pick
gpr
-git pull --rebase origin
glod
-git log --decorate --oneline
gnap
-git add -N && git add -p
gsb
-gst -sb
git clone [email protected]:bedrock-env/git.git ~/.bedrock/extensions/git
Update the Bedrock bundle.
- macOS