Skip to content

Sample Repository to learn about Git and iOS Devlopment Work

Notifications You must be signed in to change notification settings

shankarmadeshvaran/LearniOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Learn Git Commands.

Clone

git clone 'Repository URL'

New Branch

git branch 'branch name' git checkout 'branch name you just created'

New Branch

git branch 'branch name' git checkout 'branch name you just created'.

Commit

git commit -m "Commands about what you did on the file"

Pull

git pull

Push

git push origin 'branchName' (or) git push -u origin master.

To display current Edit status

git status

About

Sample Repository to learn about Git and iOS Devlopment Work

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published