add changes from master

This commit is contained in:
Noah Masur
2022-06-20 09:19:51 -04:00
parent 5a43ad997f
commit 4ad1cff80e
2 changed files with 18 additions and 2 deletions

View File

@ -53,7 +53,8 @@ in {
gl = "git log --graph --decorate --oneline -20";
gll = "git log --graph --decorate --oneline";
gco = "git checkout";
gcom = "git switch master";
gcom = ''
git switch (git symbolic-ref refs/remotes/origin/HEAD | cut -d"/" -f4)'';
gcob = "git switch -c";
gb = "git branch";
gbd = "git branch -d";