Skip to content

azeelmagdy/Git_Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

  1. git init: To initialize a new local Git repository.

  2. git clone [URL]: To copy an existing repository from GitHub to my machine.

  3. git status: To see which files have been modified.

  4. git add .: To stage all changes for the next commit.

  5. git commit -m "Your Message": To save the staged changes with a descriptive message.

  6. git remote add origin [URL]: To link the local folder to a GitHub repository.

  7. git push origin main: To upload local commits to the online repository.

  8. git pull: To fetch and merge the latest changes from GitHub to my machine.

  9. Fork: Creating a personal copy of someone else's project on my GitHub account.

  10. Pull Request (PR): Proposing my changes to be merged into the original project.

  11. Conflict: When two people change the same part of a file, Git asks us to choose which one to keep.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors