Bash-Git
Bash-Git copied to clipboard
D-Lab's 3 hour introduction to basic Bash commands and using version control with Git and Github.
03_git
need this command to git push for some reason git push -u -f origin master
- Make it explicit to add README when creating the repo - Lots of authentication/access issues, may be useful to streamline this/make some more explicit instructions around setting up remote,...
- Need to double check and confirm instructions work for DataHub (some participants had issues with access errors when trying to push to remote) - Some users did not have...
Need to add a step between steps 7 & 8 to cd back out of the challenge folder before removing it (e.g., cd ..)
- Include some examples that show you can perform commands (e.g,. mv, cp, ls) from a higher level directories by adding in the relative path (e.g., ls solutions/) - 'less'...
- Include instructions on which settings to check when setting up Git token - We may want to stress in the workshop description on the website to the participants to...
discuss the significance of escape sequences as well
We've received several requests for a "advanced version" of the Bash + Git workshop would be helpful as a next step after the introductory material. If you have specific ideas...
The other thing that might be useful here is for them to actually practice uploading a file to the directory Aaron spoke at one point about having a terminal /...
It would be good to have notes for instructions for windows users. There were some trouble shooting with windows users and asking windows user to share screen and troubleshoot worked...