質問編集履歴

1

補足追加

2017/03/11 16:01

投稿

tqkqt0
tqkqt0

スコア155

test CHANGED
File without changes
test CHANGED
@@ -5,3 +5,27 @@
5
5
 
6
6
 
7
7
  手前味噌で申し訳ございません、宜しくお願い致します。
8
+
9
+
10
+
11
+ 補足
12
+
13
+ ---
14
+
15
+ [root@git-1.9.0]# ls -l /usr/bin/git
16
+
17
+ lrwxrwxrwx. 1 root root 18 3月 11 23:50 2017 /usr/bin/git -> /usr/local/bin/git
18
+
19
+ [root@git-1.9.0]# hash -r
20
+
21
+ [root@git-1.9.0]# git
22
+
23
+ usage: git [--version] [--help] [-C <path>] [-c name=value]
24
+
25
+ [--exec-path[=<path>]] [--html-path] [--man-path] [--info-path]
26
+
27
+ [-p|--paginate|--no-pager] [--no-replace-objects] [--bare]
28
+
29
+ [--git-dir=<path>] [--work-tree=<path>] [--namespace=<name>]
30
+
31
+ <command> [<args>]