Skip to content

Instantly share code, notes, and snippets.

@dionyziz
Created February 23, 2016 14:43
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 dionyziz/5d6894c9b78408ac804b to your computer and use it in GitHub Desktop.
Save dionyziz/5d6894c9b78408ac804b to your computer and use it in GitHub Desktop.
[ 0] dionyziz@Dionysiss-MacBook-Pro ~/workspace/rupture/client (develop*) % git status
On branch develop
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: breach.jsx
new file: gulpfile.js
new file: main.js
modified: package.json
new file: preprocessor.js
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: breach.jsx
modified: package.json
Untracked files:
(use "git add <file>..." to include in what will be committed)
../.gitignore
test.html
../realtime/
[ 0] dionyziz@Dionysiss-MacBook-Pro ~/workspace/rupture/client (develop*) % git diff --staged
[ 0] dionyziz@Dionysiss-MacBook-Pro ~/workspace/rupture/client (develop*) % git commit -m 'Use browserify to compile rupture client'
[develop 5aee331] Use browserify to compile rupture client
1 file changed, 22 deletions(-)
delete mode 100644 client/package.json
[ 0] dionyziz@Dionysiss-MacBook-Pro ~/workspace/rupture/client (develop*) % git status
On branch develop
Changes to be committed:
(use "git reset HEAD <file>..." to unstage)
new file: breach.jsx
new file: gulpfile.js
new file: main.js
new file: package.json
new file: preprocessor.js
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: breach.jsx
modified: package.json
Untracked files:
(use "git add <file>..." to include in what will be committed)
../.gitignore
test.html
../realtime/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment