Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

空白

建立空白分支

git checkout --orphan {name}
# e.g.
git checkout --orphan master

建立空白提交

git commit --allow-empty -m '{message}'
# e.g.
git commit --allow-empty -m 'chore: initial commit'

建立空白訊息提交

git commit --allow-empty-message

推送到多個 remote

git remote set-url --add --push {倉庫} {目標}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors