File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 11#! /bin/bash
22
3+ # Make sure you have the latest version of the repo
4+ echo
5+ git pull
6+ echo
7+
38# Ask the user for login details
49read -p ' Git repository url: ' upstreamVar
510read -p ' Git Username: ' userVar
611read -p ' Git email: ' emailVar
712
813echo
9- echo Thankyou $userVar , we now have your credentials
14+ echo Thank you $userVar ! , we now have your credentials
1015echo for upstream $upstreamVar . You must supply your password for each push.
1116echo
1217
@@ -21,6 +26,6 @@ echo Please verify remote:
2126git remote -v
2227echo
2328
24- echo Please verify credentials:
25- echo username: git config user.name
26- echo email git config user.email
29+ echo Please verify your credentials:
30+ echo username: ` git config user.name`
31+ echo email: ` git config user.email`
You can’t perform that action at this time.
0 commit comments