-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgit_push.sh.log.1
28 lines (28 loc) · 1.09 KB
/
git_push.sh.log.1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
+ git_user_id=letzya
+ git_repo_id=my-swagger-petstore-perl
+ release_note='first checkin'
+ '[' letzya = '' ']'
+ '[' my-swagger-petstore-perl = '' ']'
+ '[' 'first checkin' = '' ']'
+ git init
Initialized empty Git repository in /Users/yaara/work/my-swagger-git-push/.git/
+ git add .
+ git commit -m 'first checkin'
[master (root-commit) 84f9001] first checkin
2 files changed, 61 insertions(+)
create mode 100644 git_push.sh
create mode 100644 git_push.sh.log.1
++ git remote
+ git_remote=
+ '[' '' = '' ']'
+ '[' '' = '' ']'
+ echo '[INFO] $GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment.'
[INFO] $GIT_TOKEN (environment variable) is not set. Using the git crediential in your environment.
+ git remote add origin https://github.com/letzya/my-swagger-petstore-perl.git
+ git pull origin master
fatal: Couldn't find remote ref master
+ echo 'Git pushing to https://github.com/letzya/my-swagger-petstore-perl.git'
Git pushing to https://github.com/letzya/my-swagger-petstore-perl.git
+ git push origin master
+ grep -v 'To https'
* [new branch] master -> master