Blog: 2023-11-08: Difference between revisions
Jump to navigation
Jump to search
(Created page with "11-08!!! What a day!!!!!!! #11:08 Thinking of working on fish smart-case tab completion again: https://github.com/fish-shell/fish-shell/issues/7944 and already upon being co...") |
No edit summary |
||
Line 19: | Line 19: | ||
+ b9a84b6f5...55b628b1f riir-parser -> origin/riir-parser (forced update) |
+ b9a84b6f5...55b628b1f riir-parser -> origin/riir-parser (forced update) |
||
fatal: missing branch or commit argument |
fatal: missing branch or commit argument |
||
</pre>So now I'm looking into https://github.com/Byron/gitoxide |
|||
</pre> |
Revision as of 12:21, 8 November 2023
11-08!!! What a day!!!!!!! #11:08
Thinking of working on fish smart-case tab completion again: https://github.com/fish-shell/fish-shell/issues/7944
and already upon being confused as to how to get to my github branch, I am thinking of exploring a new git client, since git makes this super confusing. Here's what it looked like when I tried to use my git switch-to-upstream-branch without an argument to see how it's supposed to work:
fish-shell $ git switch-to-upstream-branch remote: Enumerating objects: 2420, done. remote: Counting objects: 100% (2130/2130), done. remote: Compressing objects: 100% (749/749), done. remote: Total 2420 (delta 1536), reused 1826 (delta 1376), pack-reused 290 Receiving objects: 100% (2420/2420), 1.93 MiB | 8.67 MiB/s, done. Resolving deltas: 100% (1611/1611), completed with 181 local objects. From https://github.com/fish-shell/fish-shell * [new branch] Integration_3.7.0 -> origin/Integration_3.7.0 * [new branch] for-riir-parser -> origin/for-riir-parser f9d21cc21..f81c9cba5 master -> origin/master + b9a84b6f5...55b628b1f riir-parser -> origin/riir-parser (forced update) fatal: missing branch or commit argument
So now I'm looking into https://github.com/Byron/gitoxide