Skip to content

cdsuh3s/ex_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Git Exercise

Cloning

(Local)

> pwd
> cd parent
> git clone address
> ls
> cd project
> git remote
> git remote get-url origin
# edit a file
> gvim README.md

# check status
> git status

# stage the modified file
> git add README.md

# commit the changes
> git commit --all

# push the local changes to the remote repository
> git push

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published