Skip to content

Assignment for practicing git commands

Notifications You must be signed in to change notification settings

Udayyadla/Assignment1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Assignment1

Assignment for practicing git commands

Common git commands

1.To clone a git repository -----------> git clone url
2.To create a new branch -----------> git checkout -b branch name
3.To add the files -----------> git add . or git add file name
4.To commit the changes -----------> git commit -m "Commit message in quotes"
5.To check the status -----------> git status
6.Push your code to the git repository -> git push remote branch or git push
7.Create a pull request

About

Assignment for practicing git commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published