BASICS First time set-up: git config –global user.name “Dipesh Acharya” git config –global user.email x@gmail.com ssh-keygen More here Push a branch git push -u origin master -u to set automatic tracking Pulling a new branch from a remote repository git fetch origin [remote-branch]:[new-local-branch] See all changes git log –oneline BRANCHING/MERGING Create new branch git branch [...]
... read more »
Updated for Fedora 18 These are the commands I bash as part of Fedora customization after semi-yearly installation. These commands require superuser permissions. su – System Tweaks: Install RPMFusion, free and non-free repository yum -y localinstall –nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm Configure yum Enable caching, keep metadata for 9 days vi /etc/yum.conf Configure Firmware If your wireless [...]
... read more »