lol i know how to use git i swear

This commit is contained in:
Carol (Nichols || Goulding) 2018-03-05 10:05:53 -05:00
parent cda85957b9
commit 10a464cbd4
No known key found for this signature in database
GPG Key ID: D04B39A6CA243902
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ script:
- cargo run --bin generate_readme
- git config user.name "Carol (Nichols || Goulding)"
- git config user.email "carol.nichols@gmail.com"
- git commit -a "Regenerate README"
- git commit -am "Regenerate README"
- git remote add upstream "https://$GH_TOKEN@github.com/carols10cents/rustlings.git"
- git push -q upstream HEAD:master > /dev/null 2>&1