On your repl hit “F1” or “Ctrl+Shift+P” to open the Command Palette.Then type in “shell” and hit enter to open the shell.Input the commands below to perform the listed actions (where it says “[email protected]”)
git init && git remote add originLink-To-Github-Repository&& git fetch --all && git config --global user.name "Your-Github-Username" && git config --global user.email "Your-Email"
git init && git remote add origin
&& git fetch --all && git config --global user.name "
" && git config --global user.email "
"
Git pull originYour-Branch-Name
Git pull origin
git commit -m "Your-Commit-Message"git push originYour-Branch-Name
git commit -m "
git push origin
Google Doc: https://docs.google.com/document/d/14PweKbMMOoYSFvsLzR4lcOsoRUDbIGVfWFYRqSF0iBU/edit?usp=sharing
Update (10/14/19): Updated documentation because there were errors.Yay! No longer need explorer role!
https://interactive-git--vandesm14.repl.co/
wow! thanks @Vandesm14
On your repl hit “F1” or “Ctrl+Shift+P” to open the Command Palette.
Then type in “shell” and hit enter to open the shell.
Input the commands below to perform the listed actions (where it says “[email protected]”)
Setup
git init && git remote add origin
Link-To-Github-Repository&& git fetch --all && git config --global user.name "
Your-Github-Username" && git config --global user.email "
Your-Email"
Importing
Git pull origin
Your-Branch-NameExporting
git commit -m "
Your-Commit-Message"
git push origin
Your-Branch-NameGoogle Doc: https://docs.google.com/document/d/14PweKbMMOoYSFvsLzR4lcOsoRUDbIGVfWFYRqSF0iBU/edit?usp=sharing
Update (10/14/19): Updated documentation because there were errors.
Yay! No longer need explorer role!
https://interactive-git--vandesm14.repl.co/
wow! thanks @Vandesm14