Skip to content

This is a repository to gain familiarity with git and Github.

License

Notifications You must be signed in to change notification settings

juergen-bullinger/udacity_repo2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

udacity_repo2

This is a repository to gain familiarity with git and Github.

Usefull git commands

=======================

git clone url

create a local repo clone of the repository referenced by the url

git checkout -b branchname

checks out the specified branch and updates it to the latest version (?)

git branch -c "branch_name"

git switch "branch_name"

Activates the branch

git pull

pulls changes done on remote into the local repository

git push

pushes changes in local to the remote repository

git checkout -b "branch name"

creates a new branch and switches to it

About

This is a repository to gain familiarity with git and Github.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published