~ローカルとリモートの整理手順と実践的なポイント~ はじめに Gitによる開発では、ブランチ運用が重要です。しかし、機能開発やバグ修正の完了後も不要なブランチを放置すると、リポジトリが煩雑になり、チーム開発の生産性を下げ…
続きを読む »タグ: git
.gitignore
/DocumentRoot/wp-config.php git rm –cached DocumentRoot/wp-config.phpgit rm DocumentRoot/wp-config.php
続きを読む »Git yum install
https://ius.io/setup
続きを読む »100MB以上のファイルをcommitしてしまってgithubにpushできない。
git filter-branch –force –index-filter ‘git rm –cached –ignore-unmatch 100mb.txt’ –prune-empty –tag-name…
続きを読む »git reset –hard
git reset –hard git pull
続きを読む »FFMpegのコンパイル
–enable-libopencore-amrnb –enable-libopencore-amrwb amr関連に変更が http://sourceforge.net/projects/open…
続きを読む »