Giter Club home page Giter Club logo

birgit's People

Contributors

klondi avatar paven avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

birgit's Issues

stack

rebase but reverse: use HEAD as base and add a branch/commit on top.

tracks

git rev-parse --symbolic-full-name HEAD@{u} 2>/dev/null

snapshot

git reset birgit_snapshot
git add (git_root)
git commit -m "birgit_snapshot" //or somthing clever
git reset "whatever head was"

reqursive push?

git rev-list origin/master.. | xargs -l1 -I COMITISH git push ethel COMITISH:refs/heads/test/7

birgit checkout

b changesIn 8f0dc0c739418c46d4e1de27cbb22c1756a294f5 | grep "client/admin/place" | xargs git checkout 8f0dc0c739418c46d4e1de27cbb22c1756a294f5 -- ~/git/thecube(c1e9141โœ—)@purple.mumma.nu

simplified checkout of multiple files from one comit using regex or just plain path part

digg stash suport

search for stashes that changes specific file (maybe also look in lokal unmerged branches}

b {cmd] file

example result:
stash{0}
stash{3}

fetchHeads

git reflog | grep "FETCH_HEAD" | awk '{print "birgit log -n1 " $1 " ; echo" ;}' | bash | cut -d' ' -f2-

swap

b swap
b swap
rebase and replace the exsisting commit with a new patchet.

maybe replace an range of patchset commits with a nother range of patchsets commits?

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.