Skip to content

wiltso/Uni-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Uni-Java

Sheard repositories for a university course whit my friend

Krisse how to use git

What to do after you you have change some thing

git checkout -b "Name_of_the_branch(Can_not_have_space_in_the_name)"
git status
git add path/to/change/files
git commit -m "What_you_have_done"
git push 

Then it will tell you that you need to type git push --set-upstream....

Then go to github and go to this reposotory and click compare & pull request

Add me as a rewier and click creat request

Then before you make new changes do this

git checkout master
git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages