#git checkout --orphan new_branch
git worktree add --orphan -b new_branch ../branch_dir
git branch -v
git push origin --all
git branch -r | grep -v '\->' | while read remote; do git branch --set-upstream-to=${remote} ${remote#*/}; done
#git branch -r | grep -v '\->' | while read remote; do git branch --track ${remote#*/} ${remote}; done
git pull --all
-
Notifications
You must be signed in to change notification settings - Fork 0
user00000001/public_repos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
public repos managed in branches.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published