Git – Decoding https://decoding.io Articles about productivity and technology. Sun, 01 Sep 2024 09:08:32 +0000 en-US hourly 1 https://wordpress.org/?v=6.7.1 142045116 Using Git Commit History as a Lab Notebook – Decoding Drafts https://decoding.io/2024/09/using-git-commit-history-as-a-lab-notebook-decoding-drafts/ https://decoding.io/2024/09/using-git-commit-history-as-a-lab-notebook-decoding-drafts/#respond Sun, 01 Sep 2024 09:08:32 +0000 https://decoding.io/?p=2935

I’m thinking about using git commits more than just documenting changes, but as a journal for my work as it advances. Like a lab notebook in code.

]]>
https://decoding.io/2024/09/using-git-commit-history-as-a-lab-notebook-decoding-drafts/feed/ 0 2935
Read “The Pull Request – Tyler Cipriani” https://decoding.io/2024/09/read-the-pull-request-tyler-cipriani/ https://decoding.io/2024/09/read-the-pull-request-tyler-cipriani/#respond Sun, 01 Sep 2024 07:29:11 +0000 https://decoding.io/?p=2930

In 2008, GitHub’s developers could have opted to use git format-patch instead of teaching the world to juggle branches. Or they might have chosen to generate pull requests using the git request-pull command that’s existed in Git since 2005 and is still used by the Linux kernel maintainers today2.

I’m getting into stacked branches these day, but I should look into git request-pull too.

]]>
https://decoding.io/2024/09/read-the-pull-request-tyler-cipriani/feed/ 0 2930
Bookmarked “Retcon — Effortlessly rewrite Git history” https://decoding.io/2024/08/bookmarked-retcon-effortlessly-rewrite-git-history/ https://decoding.io/2024/08/bookmarked-retcon-effortlessly-rewrite-git-history/#respond Wed, 28 Aug 2024 08:09:51 +0000 https://decoding.io/?p=2922

Rewrite Git history with a single drag-and-drop. Undo anything with ⌘Z. All speed, no bumps.

]]>
https://decoding.io/2024/08/bookmarked-retcon-effortlessly-rewrite-git-history/feed/ 0 2922
Bookmarked “Integration script for Sonar – Share Hookmark automation – Hookmark Forum” https://decoding.io/2023/12/bookmarked-integration-script-for-sonar-share-hookmark-automation-hookmark-forum/ https://decoding.io/2023/12/bookmarked-integration-script-for-sonar-share-hookmark-automation-hookmark-forum/#respond Tue, 19 Dec 2023 20:55:18 +0000 https://decoding.io/?p=2677

I just started using Sonar which is a new GitHub/GitLab issue tracker client available as a TestFlight beta.

I found that the app has a URL scheme, so asked developers if it was implemented, and they were kind enough to give me a brief documentation, just enough to create a starter script for myself.

]]>
https://decoding.io/2023/12/bookmarked-integration-script-for-sonar-share-hookmark-automation-hookmark-forum/feed/ 0 2677
Bookmarked “Sonar – Native App for GitHub/GitLab Issues” https://decoding.io/2023/12/bookmarked-sonar-native-app-for-github-gitlab-issues/ https://decoding.io/2023/12/bookmarked-sonar-native-app-for-github-gitlab-issues/#respond Sun, 17 Dec 2023 07:05:13 +0000 https://decoding.io/?p=2673

Sonar is a new native Mac app for viewing and editing GitHub/GitLab issues. It’s lightning fast and stores your tasks locally so viewing, searching, and editing is instant (even offline).

I was looking for something like this for a while now.

]]>
https://decoding.io/2023/12/bookmarked-sonar-native-app-for-github-gitlab-issues/feed/ 0 2673
Read “How I build a feature” https://decoding.io/2023/12/read-how-i-build-a-feature/ https://decoding.io/2023/12/read-how-i-build-a-feature/#respond Fri, 08 Dec 2023 17:58:51 +0000 https://decoding.io/?p=2633

There are a lot of good Git workflow patterns here.

]]>
https://decoding.io/2023/12/read-how-i-build-a-feature/feed/ 0 2633
How to Write a Git Commit Message https://decoding.io/2020/09/how-to-write-a-git-commit-message/ https://decoding.io/2020/09/how-to-write-a-git-commit-message/#respond Tue, 01 Sep 2020 09:27:14 +0000 https://decoding.io/?p=1064

Ha fejlesztő vagy, akkor az alábbi oldalt tedd el a bookmarkjaid közé és kezdd el alkalmazni az itt tanácsolt dolgokat:

If you haven’t given much thought to what makes a great Git commit message, it may be the case that you haven’t spent much time using git log and related tools. There is a vicious cycle here: because the commit history is unstructured and inconsistent, one doesn’t spend much time using or taking care of it. And because it doesn’t get used or taken care of, it remains unstructured and inconsistent.

Madarat tolláról, fejlesztőt git history-járól.

]]>
https://decoding.io/2020/09/how-to-write-a-git-commit-message/feed/ 0 1064