科学の箱

科学・IT・登山の話題

IT

gitの使い方

投稿日:

git init

git add \*.java

git status -s or git status

git commit -m “initial commit”

git push

git ls-files

サブフォルダにリポジトリが存在するとgit addをしても無視される。

ワーキングフォルダにある.gitignoreを修正する

.Rhistory
.RData
*.csv
*.json
*.zip
.Rproj.user

 

 

メタ情報

inarticle



メタ情報

inarticle



-IT
-

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

git rmを取り消す方法

git rmで間違えて複数のファイルを消去してしまった時の対応方法 git reset HEAD . git checkout . Related posts:sshでパスワードなしでログインする手順 …

no image

muninでWindowsをSNMP経由で監視するときの項目

[cpu] snmp__cpuload snmp__processes [disk] snmp__df [memory] snmp__df_ram snmp__memory Related posts …

no image

chefでnot_ifを利用するときのコマンドの戻り値を確認する

Chefでrbenv環境を構築する際に.bash_profileを書き換える。この時にすでに命令が入っていれば書き換えをしたくない。 この動作はnot_if句を導入することで可能だけど、コマンドの戻り …

no image

muninによるWindowsの監視

muninでWindowsの監視をする。方法としては2通りあり、SNMPかWindows用のプラグインを利用する。 今回はWindows用のプラグインであるmunin-node-win32を使ってみる …

no image

Cisco LWAPのトラブルシューティング

https://supportforums.cisco.com/docs/DOC-17826 Related posts:Nortel ERSでスタックが落ちた時のエラーメッセージRemoteAppを …

2018年1月
« 12月   2月 »
1234567
891011121314
15161718192021
22232425262728
293031  

side bar top



アーカイブ

カテゴリー