Skip to content

Instantly share code, notes, and snippets.

@elliott-beach
Created December 2, 2017 02:57
Show Gist options
  • Save elliott-beach/8024a38af6e9cce6e8c79f7190de9d3e to your computer and use it in GitHub Desktop.
Save elliott-beach/8024a38af6e9cce6e8c79f7190de9d3e to your computer and use it in GitHub Desktop.
⋊> ~/m/p/project3 on master ⨯ gs 20:54:28
## master...origin/master
M Kernel.cc
M Kernel.h
?? .vscode/
?? cmake-build-debug/
?? filesys.dat
?? fsck.cc
?? ln
⋊> ~/m/p/project3 on master ⨯ git sync 20:55:06
remote: Counting objects: 11, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 11 (delta 7), reused 9 (delta 6), pack-reused 0
Unpacking objects: 100% (11/11), done.
Updated branch master (was 53ea9df).
⋊> ~/m/p/project3 on master ⨯ ls 20:55:10
BitBlock.cc Block.h cmake-build-debug/ DirectoryEntry.h FileDescriptor.cc FileSystem.cc IndexNode.cc Kernel.h ls* mkdir.cc ProcessContext.h Stat.h SuperBlock.o
BitBlock.h Block.o cp* DirectoryEntry.o FileDescriptor.h FileSystem.h IndexNode.h Kernel.o ls.cc mkfs* ProcessContext.o Stat.o tee*
BitBlock.o cat* cp.cc dump* FileDescriptor.o FileSystem.o IndexNode.o ln* Makefile mkfs.cc README.md SuperBlock.cc tee.cc
Block.cc cat.cc DirectoryEntry.cc dump.cc filesys.dat fsck.cc Kernel.cc ln.cc mkdir* ProcessContext.cc Stat.cc SuperBlock.h
⋊> ~/m/p/project3 on master ⨯ git branch 20:55:14
fsck
indirect-blocks
kstowe-link
kstowe-single-indirect
* master
⋊> ~/m/p/project3 on master ⨯ git sync 20:55:16
Updated branch master (was 53ea9df).
⋊> ~/m/p/project3 on master ⨯ git sync 20:55:48
Updated branch master (was 53ea9df).
⋊> ~/m/p/project3 on master ⨯ git sync 20:55:52
Updated branch master (was 53ea9df).
⋊> ~/m/p/project3 on master ⨯ git stash 20:55:54
Saved working directory and index state WIP on master: 53ea9df Merge pull request #8 from kstowe/link
HEAD is now at 53ea9df Merge pull request #8 from kstowe/link
⋊> ~/m/p/project3 on master ⨯ git sync 20:56:03
Updated branch master (was 53ea9df).
⋊> ~/m/p/project3 on master ⨯ git sync 20:56:06
⋊> ~/m/p/project3 on master ⨯ 20:56:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment