Skip to content

Instantly share code, notes, and snippets.

@xfsnowind
Created September 29, 2015 18:25
Show Gist options
  • Save xfsnowind/93e52933aaaf45ea240a to your computer and use it in GitHub Desktop.
Save xfsnowind/93e52933aaaf45ea240a to your computer and use it in GitHub Desktop.
git second commit on blog difference among soft mixed and hard of git command git reset on 2014/03/26
#make second commit
> mkdir mappe
> touch mappe/mappeFil
> echo "test"
> mappe/mappeFil
> git add .
> git commit -m "add the folder 'mappe' and file 'mappeFile' in it"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment