diff --git a/.gitlocal b/.gitlocal index e331dc6..2554e3f 100644 --- a/.gitlocal +++ b/.gitlocal @@ -6,7 +6,7 @@ log2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C # Aliases for a Phabricator inspired workflow # 1. Create new feature branch -feature = "!f(){ b=$1; git checkout master; git pull; git checkout -b "$b" master; };f" +feature = "!f(){ b=$1; git checkout main; git pull; git checkout -b "$b" main; };f" # 2. Working with code wip = !"git add -A; git commit -m '[WIP]'" diff --git a/README.md b/README.md index c86f065..097bd17 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

${REPO_NAME} @@ -21,8 +21,8 @@

- - Master Branch Build Status + + Main Branch Build Status