Skip to content

user00000001/public_repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

multi repos managed in branches.

#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

About

public repos managed in branches.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published