-
git init: To initialize a new local Git repository.
-
git clone [URL]: To copy an existing repository from GitHub to my machine.
-
git status: To see which files have been modified.
-
git add .: To stage all changes for the next commit.
-
git commit -m "Your Message": To save the staged changes with a descriptive message.
-
git remote add origin [URL]: To link the local folder to a GitHub repository.
-
git push origin main: To upload local commits to the online repository.
-
git pull: To fetch and merge the latest changes from GitHub to my machine.
-
Fork: Creating a personal copy of someone else's project on my GitHub account.
-
Pull Request (PR): Proposing my changes to be merged into the original project.
-
Conflict: When two people change the same part of a file, Git asks us to choose which one to keep.
azeelmagdy/Git_Bash
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|