Changes between Version 28 and Version 29 of Internal/OpenFlow/miscUnix


Ignore:
Timestamp:
Oct 23, 2012, 7:27:54 PM (12 years ago)
Author:
akoshibe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Internal/OpenFlow/miscUnix

    v28 v29  
    1717  * with `ufw` (Linux)
    1818  * with `pf` (*BSD)
     19 * Wireless with wpa_supplicant
    1920[#print Quick Printing] Printing under *nix, relatively quickly
    2021 * CUPS
     
    166167Here we assume that you have a git repo that you wish to make a bare repo from, and a host for your bare repo. The host should be running `git`, and you should have SSH access to it.
    167168
     169A things to note before beginning is the structure of a Git repository: Within your working directory is a hidden directory called `.git`. This is where Git stores all of the configurations, logs, states, etc. of your repository. Within `.git` is a file named `config`, which stores configurations global to your repository. We will be working with these two components.
     170
    168171 1. Copy the .git directory from your working git repo, and rename it. If your repo is named "project", the practice is to rename the .git taken from it to "project.git":
    169172{{{