#author("2020-11-08T16:25:51+09:00","default:dramsukohome","dramsukohome")
#author("2020-11-08T21:15:07+09:00","default:dramsukohome","dramsukohome")
[[LinuxServer]]

#shadowheader(1,"git");

#contents




*全体的なこと [#e8648128]
-gitをCentOS7に入れていきます(^^)




* 参考サイト [#ge01ef03]
-[[CentOS7.1 64bitにGitをサーバー用途としてインストール、設定:https://www.kakiro-web.com/memo/centos-git-server.html]]
-[[Git サーバーを CentOS 7 に準備する:https://xn--o9j8h1c9hb5756dt0ua226amc1a.com/?p=1434]]




*Install [#ya740677]
 sudo yum install git




*gitユーザーの作成 [#g90f4056]



** gitユーザーの作成 [#zcf0b9e7]
 sudo useradd git



** gitユーザーパスワードの変更 [#m2fc8a0a]
 sudo passwd git
-何も表示されませんがそういうものです。
-2回入力が必要です。


** gitユーザーへ切り替え [#l6f352c3]
 su - git
-先程設定したパスワードを入力


* レポジトリの作成 [#pc34bdf4]



** レポジトリ用のディレクトリを作成 [#nb9d9b64]
 mkdir testrepo.gitc
-作成したディレクトリへ移動
 cd testrepo.git



** リポジトリの作成 [#f5a344ff]
 git init --bare --shared=true




* Ubuntu, Git, Client, 確認 [#r7f27343]



** 個人で使うなら(ライセンスの問題) [#v5039c8a]


*** GitKraken [#r4197936]
-[[GitKraken:https://www.gitkraken.com/]]
--&ref(./gitKraken-gk-product-2.png,50%);
-使い方の参考ページ
--[[バージョン管理システム入門(初心者向け):https://tracpath.com/bootcamp/learning_git_gitkraken.html]]


*** SmartGit [#x4e20817]
-[[SmartGit:https://www.syntevo.com/smartgit/]]
--&ref(./smartGit-opener-481720cb.png,40%);



** 企業で使うなら [#l11a6f0b]


*** gitg [#c6260c09]
-Install
 sudo apt-get install gitg
-ScreenShot
--&ref(./history.png,70%);

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS