Skip to content

Commit 82a17d5

Browse files
committed
Convert to bash script
1 parent 6378a40 commit 82a17d5

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

rebase.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Update the master with the most recent branch (rebase)
2+
git pull origin newest_branch
3+
git checkout newest_branch
4+
git merge -s ours master
5+
git checkout master
6+
git merge newest_branch

repo_update.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)