Standard Search
About 62 results
https://rednafi.com/misc/on-rebasing/ · 18 Jun 2024
Master git rebase for cleaner commit history. Learn interactive rebasing, squashing commits, and rebasing feature branches onto main with practical examples.
https://hboon.com/the-git-script-i-use-everyday-all-the-time/ · 7 Mar 2024
My most-used git script is gs — an overloaded shell function that handles status, staging, and committing in a single command.
https://hacdias.com/2023/11/18/open-sourcering-my-website/ · 18 Nov 2023
For some, it may come as a surprise that my website's source code is not open-source. That hasn't, however, always been the case. Before I fully switching to my custom CMS - named Eagle -, it did use to be open-source.
https://heaths.dev/tips/2023/05/19/using-1password-for-git-ssh-signatures-in-wsl.html · 19 May 2023
1Password allows developers to sign git commits using SSH by setting up their own SSH agent. Doing this in your host platform e.g., Windows, is relatively straight forward but if you want to set this up in Windows Subsystem for Linux (WSL) there is additio...
https://blog.nove-b.dev/posts/wordpress-management-vscode-wordpress-post · 26 Apr 2023
WordPressの記事管理に頭を悩ませてきた。 で、行きついた先が、今後のことを考え、WordPressの記事をGitで管理しGithubに一元管理することにしただったのだが、色々運用を決めていくとどうに...
https://blog.nove-b.dev/posts/resolve-error-invalid-path-git-pull · 12 Mar 2023
error: invalid path タイトルに書いたが、 git pull したところ上記エラーがでた。 調査しつつメモに残そうと本記事のタイトルでマークダウンファイルを作成しようとしたところ、エラーがでた...
https://codeklets.nl/episodes/376 · 24 Jan 2023
Een aflevering met het voltallige CodeKlets team, boordevol met tips, tips en nog eens tips!
https://blog.nove-b.dev/posts/stash-changes-before-git-merge · 1 Jan 2023
状況 修正中に、どうしても取り込みたいブランチがあったけど、まだCommitはしたくない。 対応方法 stash→merge→apply git stash save で一時的に保存する 上記だと何ためにstashするのかわから...
https://marko.tech/journal/git-config-shortcuts · 6 Dec 2022
A straightforward guide to setting up your computer for development based on what I use and how to install it.
https://blog.nove-b.dev/posts/manage-wordpress-posts-git · 3 Dec 2022
なぜGit管理をするのか 過去にいくつものブログをCloseさせ、その記事データは残ってない。 なんでエクスポートしなかったんだろうという思いがたまに頭をもたげる。 そしてまた新しいブ...