Skip to content

Instantly share code, notes, and snippets.

@xfsnowind
Last active September 29, 2015 18:28
Show Gist options
  • Save xfsnowind/b34cb0970b42c98a8188 to your computer and use it in GitHub Desktop.
Save xfsnowind/b34cb0970b42c98a8188 to your computer and use it in GitHub Desktop.
git modifcation to staging area on blog difference among soft mixed and hard of git command git reset on 2014/03/26
#some modification to staging area
> mkdir stagingMappe
> touch stagingMappe/trackedFil
> touch stagingMappe/untrackedFil
> echo "aaaa"
> stagingMappe/trackedFil
> echo "bbbb"
> stagingMappe/untrackedFil
> git add stagingMappe/trackedFil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment