Changes between Version 28 and Version 29 of Internal/OpenFlow/miscUnix
- Timestamp:
- Oct 23, 2012, 7:27:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Internal/OpenFlow/miscUnix
v28 v29 17 17 * with `ufw` (Linux) 18 18 * with `pf` (*BSD) 19 * Wireless with wpa_supplicant 19 20 [#print Quick Printing] Printing under *nix, relatively quickly 20 21 * CUPS … … 166 167 Here 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. 167 168 169 A 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 168 171 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": 169 172 {{{