Template
1
0

update default branch names

This commit is contained in:
2024-09-09 14:05:15 +02:00
parent 6354ddb256
commit 679576895d
2 changed files with 4 additions and 4 deletions

View File

@ -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]'"