centos git gitolite安裝筆記

2022-08-10 01:24:14 字數 1406 閱讀 6897

export path=/home/git/bin:$path

echo path

git branch 檢視本地分支

git branch -a 檢視遠端分支

git fetch 獲取遠端分支

git checkout -b 建立分支並切換

git push origin :建立遠端分支

git checkout 分支並切換

git branch -d 刪除分支

git clone -b src

git archive --remote=test:test.git head:path/to/directory test.txt | tar -x

git archive --remote=test:test.git head test.txt

git archive --remote=test:test.git head:path/to/directory test.txt | tar -x

git archive --remote=test:test.git head test/test.txt | tar -x

$ yum install git

$ rm -rf /home/git 

$ mkdir /home/git 

$ useradd -d /home/git  git  

$ passwd git

$ chown -r git.git /home/git 

$ su git

$ cd ~

$ git clone git: 

$ mkdir -p /home/git/bin

$ gitolite/install -ln /home/git/bin

$ export path=/home/git/bin:$path

$ echo $path

$ ./bin/gitolite setup -pk ~/root.pub (注:root.pub存放位置git使用者名稱~/.ssh

)執行成功會示下面的初始化資訊

initialized empty git repository in /home/git/repositories/gitolite-admin.git/

initialized empty git repository in /home/git/repositories/testing.git/

ssh 的客戶端配置檔案 ~/.ssh/config 可以通過建立主機別名,在連線主機時,使用特定的公鑰。

例如 ~/.ssh/config 檔案中的下列配置:

host server

user git

hostname 192.168.1.212

port 22

identityfile ~/.ssh/root

Mac cuda tensorflow安裝筆記

第一步,安裝anaconda 鏈結是基本上是一鍵安裝,過程簡單。第二步,mac的終端,用conda命令建立tensorflow環境並啟用 建立環境 conda create n tensorflow pip python 2.7 啟用 source activate tensorflow 環境啟用後...

ios 安裝WebDriverAgent筆記

在安裝webdriveragent時遇到了不少坑,小小的記錄下。最初參考的是這個位址來安裝,很詳細 1 webdriveragent教程在github上時有的在xcode打包之前一定記得要先執行 scripts bootstrap.sh,至於證書什麼的,使用自己個人賬號就好了 2 ios10後就不能...

fedora 安裝五筆

非常簡單 因為fedora 12 現在的輸入法使用的是ibus,使用yum 來看一下ibus的包。root localhost yum list grep ibus 找到了很多,其中有乙個 ibus table wubi.noarch 這個就是我們要的了。root localhost yum ins...