Table of Contents

CVS to GIT cheatsheet

Changes to Developer

First you should get yourself git based tools:

poldek --up -u rpm-build-tools
mv rpm rpm.cvs
builder --init-rpm-dir

Actions

add new package

rename package

delete package

update from remote

checkin single file

checkin all changes

find string from all packages

list all pkgs

see old patches

restore old removed file

  1. get sha: git log -- FILE
  2. get contents: git show HASH:FILE

convert last autotag into branch

delete remote branch