update default branch names

This commit is contained in:
OCram85 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 # Aliases for a Phabricator inspired workflow
# 1. Create new feature branch # 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 # 2. Working with code
wip = !"git add -A; git commit -m '[WIP]'" wip = !"git add -A; git commit -m '[WIP]'"

View File

@ -6,7 +6,7 @@
<p align="center"> <p align="center">
<a href="https://gitea.ocram85.com/${REPO_OWNER}/${REPO_NAME}/"> <a href="https://gitea.ocram85.com/${REPO_OWNER}/${REPO_NAME}/">
<img <img
src="${REPO_LINK}/raw/branch/master/assets/social-logo.png" src="${REPO_LINK}/raw/branch/main/assets/social-logo.png"
alt="${REPO_NAME}" alt="${REPO_NAME}"
> >
</a> </a>
@ -21,8 +21,8 @@
</p> </p>
<p align="center"> <p align="center">
<a href="https://drone.ocram85.com/${REPO_OWNER}/${REPO_NAME}"> <a href="https://ci.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"> <img src="https://ci.ocram85.com/api/badges/${REPO_OWNER}/${REPO_NAME}/status.svg" alt="Main Branch Build Status">
</a> </a>
</p> </p>