Skip to content

Instantly share code, notes, and snippets.

@RSchulz
Created September 8, 2010 22:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RSchulz/570973 to your computer and use it in GitHub Desktop.
Save RSchulz/570973 to your computer and use it in GitHub Desktop.
3624> git add -f project/build.properties project/build/src/ProjectRho.scala
3625>
3625> git status
# On branch master
# Changed but not updated:
# (use "git add/rm <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# deleted: src/rrs/util/WeakIdentityHashMap.java
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# project/boot/
# project/build/target/
# project/plugins/
no changes added to commit (use "git add" and/or "git commit -a")
3626>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment