Skip to content

grueneis-spengergasse/play_with_git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Create the new repository

git init
touch README.md
git status
git add .
git commit -m "Adding empty file README.md"
git remote add origin git@grueneis-spengergasse-github:grueneis-spengergasse/play_with_git.git
git push origin
  • branch master

Normal working cycle

  • check for modifications

  • maybe adapt .gitignore

  • add files to index

  • commit stuff

  • create directory 'tmp' and move something in

Working with reset

About

a repository to play with git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published