Git Product home page Git Product logo

wib's People

Contributors

chengsoonong avatar matthewja avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wib's Issues

Document what track/untrack do

It's noted here that wib track isn't exactly git add. Coming from a git background, it's not clear from the README what track and untrack are. Could these be documented?

Known files for track

wib track is not exactly git add.

We would like to notify the user if (s)he tries to track a file that is already being tracked.

git ls-tree -r HEAD --name-only

paginate hg log

One option is to pipe to less. But this does not work on windows.

wib move source.txt target.txt

git mv source.txt target.txt

hg mv source.txt target.txt implements copy and remove.
Need to update logging
hg log --follow

wib --verbose

Provide detailed output.

E.g.
GIT_TRACE=1 git lfs fetch --all

wib log filename.txt

It is often useful to look at the log entries that affect a particular file only.

hg log filename.txt or git log filename

Could get more fancy by checking for particular events, like adding.
git log --follow --diff-filter=A --find-renames=40% filename.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.