sudo apt-get install xserver-xorg-video-dummy
Create / Edit xorg.conf file Rename file if already exists for backup
Step B.) Creating a branch (and switching to the new branch in one line (Step 2) | |
********** | |
a.) git checkout -b [name of new branch] | |
eg. git checkout -b 2012Tryme | |
git fetch origin [remote-branch]:[new-local-branch] (Pulling a new branch from a remote repository) | |
b.) follow step 1 | |
c.) git push origin 2012Tryme | |
** will add new branch to the repository on git hub | |
********************** | |
Step A.) Scheduling the addition of all files to the next commit (Step 1) |