Skip to content

Commit 6cbf125

Browse files
author
Alan Lam
committed
add script to merge with upstream
1 parent 7db3077 commit 6cbf125

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

merge_with_upstream.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
#https://help.github.com/en/articles/merging-an-upstream-repository-into-your-fork
4+
5+
git pull https://github.com/SRombauts/SQLiteCpp.git master
6+
git status
7+
git push origin master

0 commit comments

Comments
 (0)