GITLAB
troj
/
IMA4_S8_P45
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
73828e2b252c0eaf25bc0394b038e4b0232e1fa6
Authored by
troj
2016-03-06 11:10:10 +0100
1 parent
dab90f85
Update
Showing
2 changed files
with
10 additions
and
0 deletions
Show diff stats
git_update_P45.sh
git_update_P45.sh~
Inline
Side-by-side
git_update_P45.sh
0 → 100755
Wrap text
Show/Hide comments
View file @
73828e2
...
...
@@ -0,0 +1,5 @@
1
+#! /bin/sh
2
+
3
+git add .
4
+git commit -m "Update"
5
+git push -u origin master
...
...
git_update_P45.sh~
0 → 100644
Wrap text
Show/Hide comments
View file @
73828e2
...
...
@@ -0,0 +1,5 @@
1
+#! /bin/sh
2
+
3
+git add .
4
+git commit -m "Update"
5
+git push -u originmaster
...
...