Skip to content

Commit 0570cd4

Browse files
committed
bobi
1 parent f12df5d commit 0570cd4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

group04/120549547/shell.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/bin/bash
2+
3+
git remote -v
4+
read anykey
5+
git fetch upstream #抓取上游代码
6+
git merge upstream/master #代码合并
7+
read anykey
8+
9+
git add -A . #添加代码
10+
read anykey
11+
git commit -m "bobi"
12+
read anykey
13+
git push origin master #推送到githup
14+
read anykey

0 commit comments

Comments
 (0)