Weekly downloads
Readme
An opinionated git cli for OSS.
npm install -g foo | yarn global add foo
Gets a remote branch. This will add a remote origin if it does not exist, fetches it and checkouts the specified PR branch.
foo checkout <id|url|branch>
foo co <id|url|branch>
branch
- The username and branch e.g @[user]/[branch]
or @[user]:[branch]
id
- The pull request id e.g 4381
or #4381
(in development)url
- The pull request url e.g https://github.com/devtools-html/debugger.html/pull/4381
(in development)Shows changes between commits, commit and working tree, etc
foo diff
Shows the commit logs.
foo log
Pushes your local branch to GH, regardless of remote.
foo push
FAQs
An opinionated git cli for oss
The npm package foo receives a total of 638 weekly downloads. As such, foo popularity was classified as not popular.
We found that foo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.