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
897e83d98950cb5b9c41ef125d11bae3413a0c31
Authored by
troj
2015-02-17 08:04:09 +0000
1 parent
e93068b7
Commit rasp
Showing
1 changed file
with
7 additions
and
0 deletions
Show diff stats
git_push.sh
Inline
Side-by-side
git_push.sh
0 → 100755
Wrap text
Show/Hide comments
View file @
897e83d
...
...
@@ -0,0 +1,7 @@
1
+#! /bin/sh
2
+
3
+git config --global user.name "troj"
4
+git config --global user.email "thomas.roj@polytech-lille.net"
5
+git add *
6
+git commit -m "Commit rasp"
7
+git push -u origin master
...
...