update default branch names
This commit is contained in:
parent
6354ddb256
commit
679576895d
@ -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]'"
|
||||
|
@ -6,7 +6,7 @@
|
||||
<p align="center">
|
||||
<a href="https://gitea.ocram85.com/${REPO_OWNER}/${REPO_NAME}/">
|
||||
<img
|
||||
src="${REPO_LINK}/raw/branch/master/assets/social-logo.png"
|
||||
src="${REPO_LINK}/raw/branch/main/assets/social-logo.png"
|
||||
alt="${REPO_NAME}"
|
||||
>
|
||||
</a>
|
||||
@ -21,8 +21,8 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://drone.ocram85.com/${REPO_OWNER}/${REPO_NAME}">
|
||||
<img src="https://drone.ocram85.com/api/badges/${REPO_OWNER}/${REPO_NAME}/status.svg" alt="Master Branch Build Status">
|
||||
<a href="https://ci.ocram85.com/${REPO_OWNER}/${REPO_NAME}">
|
||||
<img src="https://ci.ocram85.com/api/badges/${REPO_OWNER}/${REPO_NAME}/status.svg" alt="Main Branch Build Status">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user