File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# RKC's tools
2
2
3
- git-cleanup - deletes branches from local git repository that are no longer needed
4
- git-current - utility that tells me current branch
5
- git-merge-ff - git merge only if can fast-forward
6
- git-pr - create a pull request from current branch
7
- git-refork - updates a forked repository to take all changes from upstream (used for submodules)
8
- git-update - update all local candidate-* branches (plus master) from upstream, without touching current sources
3
+ - git-cleanup - deletes branches from local git repository that are no longer needed
4
+ - git-current - utility that tells me current branch
5
+ - git-merge-ff - git merge only if can fast-forward
6
+ - git-pr - create a pull request from current branch
7
+ - git-refork - updates a forked repository to take all changes from upstream (used for submodules)
8
+ - git-update - update all local candidate-* branches (plus master) from upstream, without touching current sources
9
9
You can’t perform that action at this time.
0 commit comments