From 679576895d1ba9e30f904e842b1c4878956077f2 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 9 Sep 2024 14:05:15 +0200 Subject: [PATCH] update default branch names --- .gitlocal | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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