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件
3d(18) algorithm(14) androidone(13) api(15) authentication(14) backup(18) benchmark(18) book(17) c(19) console(17) css(13) dell(16) diagram(16) dns(16) docker(20) emacs(18) equation(16) firefox(18) framework(14) grub(16) hacks(17) kvm(21) make(18) markdown(17) mb(16) opencv(14) package(14) parallelcomputing(15) password(16) php(19) python3(20) salvage(14) samba(18) search(15) smb(19) ssl(17) statistics(20) terminal(14) texteditor(17) unix(17) unresolved(19) usb(21) vcs(14) virtualbox(18) web(15) webapi(14) winget(15) wpad(14) 数式(21) 未解決案件(18)

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