-
-
Notifications
You must be signed in to change notification settings - Fork 0
Outline
Raul Mercado Jr edited this page Oct 11, 2021
·
2 revisions
Git is software for tracking changes in any set of files, usually used for coordinating work among programmers collaboratively..." -- Wikipedia
- A file structure for logging the history of a software project
- A set of tools for maintaining said file structure
- commit
- remote
- branch
Popular Git Repository Hosting
- GitHub
- GitLab
- BitBucket
Installation of git may vary depending on the operating system.
Download git from git-scm.com
Note: Using markdown together with git is common and encouraged. Here's a GitHub Flavored Markdown (GFM) Cheatsheet.
Git GUI clients are graphical applications to make working with git easier. Some popular ones can be found in Git SCM's GUIs
Most IDEs (Integrated Development Environments) facilitate performing the most common git tasks such as
- commit
- push
- logs
- pull
- GitHub
- Overleaf