Skip to content

Commit

Permalink
Merge pull request #1 from EXREY/EXREY-patch-1
Browse files Browse the repository at this point in the history
远程分支推送
  • Loading branch information
EXREY authored Dec 14, 2022
2 parents e886593 + 9971337 commit a0ae9eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,3 +185,5 @@ Git comes with built-in GUI tools for committing (git-gui) and browsing (gitk),
```
- Unload submodule from project but not remove/delete it.
- `git submodule deinit -f SUB_PATH`
- 远程分支推送
- `git push --prune <new-remote> +refs/remotes/<old-remote>/*:refs/heads/* +refs/tags/*:refs/tags/*`

0 comments on commit a0ae9eb

Please sign in to comment.