lol i know how to use git i swear
This commit is contained in:
parent
cda85957b9
commit
10a464cbd4
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue