Skip to content

Commit e1f849d

Browse files
Merge pull request #2 from richardkchapman/master
Fix readme
2 parents 081f478 + 150ebcb commit e1f849d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

rkc/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# RKC's tools
22

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
99

0 commit comments

Comments
 (0)