Command Line Git
Git for Non-Developers and Data Scientists
2 hours of content
What you'll learn
- Become a productive user of git
- How to use git through the command line
- Understanding git commands in detail
- git status - Current state of your local repo
- git add - Adding your changes for tracking
- git commit - Staging your files for upload
- git push - Saving Files to the git server
- .gitignore - ignore file types in git
- Preview of Markdown Language
- git stash and pop - Putting away files for later
- git diff - Comparing differences between separate versions of work
- Removing files from your git repository
Covers fundamental Git workflows through the command line, including status, add, commit, push, diff, stash, and .gitignore. Learners set up a GitHub account, generate RSA keys, clone repositories, and manage version control. The course is designed for non-developers and data scientists.
Who this course is for
This course is for non-developers and data scientists who need to learn Git through the command line.
#git
#command-line
#github
#version-control
#markdown