Created
January 21, 2017 04:19
-
-
Save ConorOBrien-Foxx/c635122649ad8ab4229db85664bfcd3d to your computer and use it in GitHub Desktop.
Thou shalt not forget to commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Users\Conor O'Brien\Documents\Programming\stacked\main (master) ([email protected]) | |
λ node stacked.js -t | |
All checks (44) passed successfully | |
C:\Users\Conor O'Brien\Documents\Programming\stacked\main (master) ([email protected]) | |
λ REM goodnight, sweet world | |
C:\Users\Conor O'Brien\Documents\Programming\stacked\main (master) ([email protected]) | |
λ git commit -am "added more tests; fixed some repl bugs" | |
warning: LF will be replaced by CRLF in src/funcs.js. | |
The file will have its original line endings in your working directory. | |
[master warning: LF will be replaced by CRLF in src/funcs.js. | |
The file will have its original line endings in your working directory. | |
1fd4196] added more tests; fixed some repl bugs | |
warning: LF will be replaced by CRLF in src/funcs.js. | |
The file will have its original line endings in your working directory. | |
4 files changed, 80 insertions(+), 13 deletions(-) | |
C:\Users\Conor O'Brien\Documents\Programming\stacked\main (master) ([email protected]) | |
λ git push | |
Counting objects: 21, done. | |
Delta compression using up to 4 threads. | |
Compressing objects: 100% (19/19), done. | |
Writing objects: 100% (21/21), 5.23 KiB | 0 bytes/s, done. | |
Total 21 (delta 13), reused 0 (delta 0) | |
remote: Resolving deltas: 100% (13/13), completed with 7 local objects. | |
To https://github.com/ConorOBrien-Foxx/stacked.git | |
cf19309..1fd4196 master -> master | |
C:\Users\Conor O'Brien\Documents\Programming\stacked\main (master) ([email protected]) | |
λ REM thou shalt not forget to push. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment