- git init : Initialize a Git repository
- git add : Add files to the staging area
- git commit : Commit the changes to the repository (git commit -m "message")
- git push : Push the local repository to a remote repository (git push origin master)
- git pull : Pull the latest changes from a remote repository (git pull origin master)
- git status : Check the status of the local repository (git status)
- git log : View the commit history of the local repository (git log)
- git diff : View the differences between commits (git diff)
- git checkout : Check out a specific commit (git checkout commit-id)
- git branch : Create and switch branches (git branch)
- git merge : Merge branches (git merge branch-name)
-
Notifications
You must be signed in to change notification settings - Fork 0
Training-by-Chandan/adbl_training
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published