hack のためのネタ帳, etc,,,

タグ検索でgit21件見つかりました。

 1  2  次の1件

20230825: git - subcommand が機能しない

* 状況 実行属性を付けた git-log-extra を PATH の通った場所に置いており、 git-log-extra は実行出来ているのに、 git のサブコマンドとして git log-extra を実行すると =|| $ git log-extra git: 'log-extra' is not a git command. See 'git --help'. ||= のようにエラーになる。 * 原因 .bashrc で、HOME 以下の bin を追加する際に =|| PATH="~/.l…

https://seesaawiki.jp/w/kou1okada/d/20230825%3a%20... - 2023年08月25日更新

GitHub

[[GitHub>https://github.com/]] - [[GitHub Guides>http://guides.github.com/]] - [[GitHub Developer>https://developer.github.com/]] * 関連サービス - [[Git.io]] - [[Shields.io>https://shields.io/]] - [[Is it maintained?>https://isitmaintained.com/]…

https://seesaawiki.jp/w/kou1okada/d/GitHub... - 2022年03月17日更新

20211021: git - local repos の shallow/unshallow 化

良い。 =|| # shallow 化 git fetch --depth 1 origin HEAD git branch | xargs git branch -d git branch -r | xargs git branch -r -d git tag | xargs git tag -d git gc --prune=now ||= =|| # unshallow 化 git fetch --unshallow ||= あと remote の branch, tag を知りたい時は --dr…

https://seesaawiki.jp/w/kou1okada/d/20211021%3a%20... - 2021年10月21日更新

20211018: git - commit hash 値で shallow clone

* 状況 git で特定の commit を SHA-1 hash 値による直接指定で shallow clone (git clone --depth 1) したい。 ところが git clone には branch や tag を指定するオプションはあるが、生のハッシュ値を指定するオプションがない。 * 解法 「[[git clone commithash shallow>https://google.com/search?q=git+clone+commithash+shallow]]」とか…

https://seesaawiki.jp/w/kou1okada/d/20211018%3a%20... - 2021年10月21日更新

gitweb

ブラウザからリポジトリを閲覧できる。 git の標準機能らしい。 * 公式ページ - Pro Git 2nd Edition (2014) / [[4.7 Gitサーバー - GitWeb>https://git-scm.com/book/ja/v2/Git%E3%82%B5%E3%83%BC%E3%83%90%E3%83%BC-GitWeb]] * 参考になるページ等 - Qiita / rana_kualu / 2018-11-25: Githubで一番有名なGit TIPS集 # [[In…

https://seesaawiki.jp/w/kou1okada/d/gitweb... - 2021年02月27日更新

20201124: Google Code から履歴を得る

working copy が =|| git svn clone file://$PWD/${PROJECT_NAME}.svn ${PROJECT_NAME}.git ||= で、git に変換した repository が得られる。 …

https://seesaawiki.jp/w/kou1okada/d/20201124%3a%20... - 2020年11月24日更新

WhiteSource Bolt

ion file>https://github.com/italoag/apt-cyg/commit/259237b2e4d50200d813f8f8c534134e4a809c24]] * 公式ページ等 - Atlassian / WhiteSource / [[wiki>https://whitesource.atlassian.net/wiki/]] -- Japanese Documentation / ユーザーガイド / [[WhiteSource Bolt (Free Tools…

https://seesaawiki.jp/w/kou1okada/d/WhiteSource%20... - 2020年10月30日更新

git

ol System>http://git.or.cz/]] - [[http://www.kernel.org/pub/software/scm/]] - [[Git on MSys>http://code.google.com/p/msysgit/]] * 参考になるページ - [[Pro Git>http://git-scm.com/book]] ([[ja>http://git-scm.com/book/ja]]) - [[Git入門>http://www8.atw…

https://seesaawiki.jp/w/kou1okada/d/git... - 2020年10月27日更新

20201020: Ruby gem - GitHub から直にインストール

まった。 これ、 - https://github.com/ttilley/fssm/pull/46 - https://github.com/kou1okada/fssm/commit/a07755703a81a766481fe4d3d6b30c658914a4c9 で解決出来てるはずなんだけど、無視されてるので、自分の rpos から gem install したいなと。 * 解決方法 「[[gem install git>https://google.com/#q=gem+install+…

https://seesaawiki.jp/w/kou1okada/d/20201020%3a%20... - 2020年10月20日更新

20181113: CVS から git への変換

たのだが、今更 CVS は使い難いので git に変換しようかと思い調査。 git cvsimport と cvs2git の 2 つがメジャーっぽい。 ところが、これはどちらも cygwin では以下のようなエラーが出て上手く動かない。 =|| $ cvs2git --blobfile /tmp/cvs/git-blog.dat --dumpfile /tmp/cvs/git-dump.dat --user=kou --encoding Shift_JIS /tmp/cvs/CVSROOT/sleepc…

https://seesaawiki.jp/w/kou1okada/d/20181113%3a%20... - 2018年11月13日更新

20200313: diff 追跡可能な ipynb で repos を再構築

earchmap>https://github.com/dbkk/docx-researchmap]] で公開されている .ipynb を見ると、なぜか改行の入ってないフォーマットになっていた。 このため、commit の差分表示した際 ipynb の差分がファイル全体となり局所的な変更点を追跡出来ない状態だった。 * .ipynb を差分追跡可能にする これは単純に Cygwin 上に導入した Jupyter Notebook で .ipynb を開いてそのまま上書き保存すれば改行の入った形式に…

https://seesaawiki.jp/w/kou1okada/d/20200313%3a%20... - 2020年03月13日更新

gitone

b / yasukotelin / [[gitone>https://github.com/yasukotelin/gitone]] - Qiita / yasukotelin / 2020-02-02: [[Termina上でGitのログ表示を最高に見やすくするTUIアプリ「gitone」を作った>https://qiita.com/yasukotelin/items/6fdeac0921ee55dd1c52]] * 関連 - [[git]]…

https://seesaawiki.jp/w/kou1okada/d/gitone... - 2020年02月03日更新

20191205: git - 別のリポジトリから patch を取り込む

typo の修正>https://github.com/kou1okada/apt-cyg/pull/58]]をもらったんだけど、[[hhs.bash>https://github.com/kou1okada/hhs.bash]] のコードを embed してた箇所なので、hhs.bash に patch を backport したい。 patch とは言う物の 誤: WARNING 正: WARNIGN くらいの前後 1 文字入れ替わった程度の変更なので、手で直した方が早いレベルなんだけど…

https://seesaawiki.jp/w/kou1okada/d/20191205%3a%20... - 2019年12月05日更新

git - git-prompt.sh

* 公式ページ等 - GitHub / git / git / blob / master / contrib / completion / [[git-prompt.sh>https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh]] * 参考になるページ等 - 技術メモ / 2011-09-01: [[bash-git-completion、__git_ps1のオプションを設定して様々な情報を表示する>h…

https://seesaawiki.jp/w/kou1okada/d/git%20%2d%20gi... - 2019年06月12日更新

20181119: git - timestamp の保存

* 状況 git は基本的に、ワーキングコピーに展開したファイルのタイムスタンプを考慮しない。 例えば、 - stackoverflow / 2010-02-01: [[Checking out old file WITH original create/modified timestamps>https://stackoverflow.com/questions/2179722/checking-out-old-file-with-original-create-modified-timestam…

https://seesaawiki.jp/w/kou1okada/d/20181119%3a%20... - 2018年11月19日更新

tig

it>https://jonas.github.io/tig/]] - GitHub / jonas / [[tig>https://github.com/jonas/tig]] 旧ページ - [[Tig: text-mode interface for Git>http://jonas.nitro.dk/tig/]] * 参考になるページ等 - Google: [[tig git>https://google.com/#q=tig+git]] * 関連 - [[git]] …

https://seesaawiki.jp/w/kou1okada/d/tig... - 2017年09月14日更新

GitKraken

soft.com/2017/05/03/gitkraken-v2-5/]] * 公式ページ等 - [[GitKraken>https://www.gitkraken.com/]] * License プロプラ - [[End User License Agreement>https://www.gitkraken.com/eula]] Download のボタンの所には "Free for non-commercial use" って書いてるけど、EULA 読むと、 2.1 の Licens…

https://seesaawiki.jp/w/kou1okada/d/GitKraken... - 2017年05月11日更新

Git Large File Storage

Storage>https://git-lfs.github.com/]] * 疑問点 - バイナリを別サーバーに保存するので、折角の分散バージョン管理システムなのにそこだけ中央集権型のバージョン管理になるのではないか? - バイナリの履歴は手元に落ちて来ないのでは?(むしろそれを目的としている?) - リポジトリのバックアップはどうするのか?従来の Git と Git LFS の 2 か所をペアでバックアップする必要があるのでは? - Git LFS には複数の Git リポジトリが乗合するの…

https://seesaawiki.jp/w/kou1okada/d/Git%20Large%20... - 2016年02月29日更新

Gollum

[[gollum>https://github.com/gollum/gollum/]] * 参考になるページ等 - 雨に煙る / 2014-05-23: [[【無料】アカデミック版GitHubアカウントで非公開レポジトリライフ>http://pioneerboy.hatenablog.com/entry/2014/05/23/165457]] …

https://seesaawiki.jp/w/kou1okada/d/Gollum... - 2016年01月26日更新

Git for Windows

msysgit の後継らしい。 コマンドラインから git を実行するために Git BASH という bash エミュレーションを備えている。 [[Visual Studio Code]] 等からも利用されているため Microsoft も推薦している環境の一つと考えても良いだろう。 * 公式ページ等 - [[Git for Windows>https://git-for-windows.github.io/]] * 関連 - [[UNIX-like environment for Windo…

https://seesaawiki.jp/w/kou1okada/d/Git%20for%20Wi... - 2016年01月24日更新

 1  2  次の1件
ai(22) android(29) bash(40) c++(52) cxx(54) cygwin(128) debian(39) deeplearning(32) diary(766) excel(21) font(30) free-book(47) git(21) github(28) gnu-r(77) google(26) hdd(22) html(25) java(26) javascript(121) keyboard(21) latex(57) lcd(22) library(24) linux(97) machinelearning(31) memo(463) microsoft(42) oss(25) pdf(38) powershell(65) programming(32) proxy(24) python(100) r-lang(47) ruby(86) security(72) ssh(34) tex(37) tips(398) troubleshooting(443) ubuntu(114) unicode(22) usb(21) virtualization(24) vscode(29) windows(127) windows10(50) wsl(26) zfs(32)

管理人/副管理人のみ編集できます