Skip to content
This repository has been archived by the owner on May 2, 2019. It is now read-only.

Commit

Permalink
remove tailing space in en/06
Browse files Browse the repository at this point in the history
  • Loading branch information
chunzi committed Jun 23, 2011
1 parent f31e793 commit 046a0f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/06-git-tools/01-chapter6.markdown
Expand Up @@ -409,7 +409,7 @@ Finally, you don’t need to be in interactive add mode to do the partial-file s

Often, when you’ve been working on part of your project, things are in a messy state and you want to switch branches for a bit to work on something else. The problem is, you don’t want to do a commit of half-done work just so you can get back to this point later. The answer to this issue is the `git stash` command.

Stashing takes the dirty state of your working directory — that is, your modified tracked files and staged changes — and saves it on a stack of unfinished changes that you can reapply at any time.
Stashing takes the dirty state of your working directory — that is, your modified tracked files and staged changes — and saves it on a stack of unfinished changes that you can reapply at any time.

### Stashing Your Work ###

Expand Down

0 comments on commit 046a0f0

Please sign in to comment.