Presenter: Reshama Shaikh
LinkedIn: https://www.linkedin.com/in/reshamas
Twitter: https://twitter.com/reshamas
GitHub: https://github.com/reshamas
Email: rs2715@stern.nyu.edu
- Data Scientist (Statistician, MBA)
- Organizer of WiMLDS meetup group
- Organizer of NYC PyLadies meetup group
[Git Workshop for Datanauts, Nov 27, 2017]
- openNASA: https://open.nasa.gov/blog/
- Datanauts: https://open.nasa.gov/explore/datanauts/
This workshop covers Git CLI (command line interface). [It does not use Git GUI.]
- Create a GitHub account (save your user ID & password somewhere that is easy to find)
- Unix access (Mac / Ubuntu-Linux) or shell access for Windows
- Git Installation
- Install Git
- Confirm installation with
git --version
- Introduction to Git & GitHub
- GitHub browser
- Settings
- Navigating page
- Individual account
- learn to create a repo on GitHub and update via Git
- clone a repository (copy from GitHub browser to local machine using Git)
- add collaborators
- create a branch and work from it
- undo Git changes