Skip to content

Commit f936d4f

Browse files
author
Anandhakumar
committed
io
1 parent 5e23127 commit f936d4f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

curlpy.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,13 @@
1919
file.close()
2020
resp.close()
2121

22+
23+
'Choose master branch'
24+
git checkout master
25+
'Get changes from Repository'
26+
git pull
27+
'Go to other branch"
28+
git checkout otherbranch
29+
'Update other branch from master'
30+
git pull origin master
31+
ssssssssssssssssss

0 commit comments

Comments
 (0)