Ofer Bartal
Ofer Bartal
Make UI highlight these files: * Locally modified, uncommitted files * Committed but not yet pushed - a boolean field should be added to notify the UI. We will later...
`startup-os` has a user collection: https://github.com/google/startup-os/blob/master/reviewer_config.prototxt We'd like `hasadna` to have a derivative one. It means that a user can be: * Defined only in `startup-os` * Defined only in...
``` $ git remote -v origin [email protected]:google/startup-os.git (fetch) origin [email protected]:google/startup-os.git (push) ``` Interestingly, it did successfully push, so unclear why it needed the usename.
Possibly the description if set. Right now, it's e.g `"D279:`: https://github.com/google/startup-os/pull/316/commits
D65
This includes both `local_server` and front-end code.
This might be faster: `git clone /path/to/base/head/startup-os` We could also probably do: `git clone file:///path/to/base/head/startup-os --depth=1`
Also, see what is missing to make you want to work with these commands (and `aa` in general).