2017-11-19 How to trip up yourself using Git
Everyone and their mother seem to be using Git these days. And I have to admit that it is really a clever . . . Probably. CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2017-11-19 12:30 UTC by Marcin Borkowski
2018-05-20 Collaborating with non-Git-users - workflow and basic setup
//This is the first post in a [[2018-05-28 Collaborating with non-Git-users - Emacs support|three-part]] . . . behalf.// CategoryEnglish, CategoryBlog, CategoryGit . . .
6K - last updated 2018-06-04 19:37 UTC by Marcin Borkowski
2018-05-28 Collaborating with non-Git-users - Emacs support
In the [[2018-05-20 Collaborating with non-Git-users - workflow and basic setup|previous part]], I showed . . . Stay tuned!// CategoryEnglish, CategoryBlog, CategoryGit, CategoryEmacs . . .
3K - last updated 2018-06-04 19:35 UTC by Marcin Borkowski
2018-06-04 Collaborating with non-Git-users - Git hook
//In the [[2018-05-20 Collaborating with non-Git-users - workflow and basic setup|first part]], I showed . . . Problem solved! CategoryEnglish, CategoryBlog, CategoryGit . . .
4K - last updated 2018-06-04 19:34 UTC by Marcin Borkowski
2018-06-10 Git diff in Eshell
I try to use Eshell more, as part of a general drive towards moving everything into Emacs. One thing . . . CategoryBlog, CategoryEmacs, CategoryEshell, CategoryGit . . .
2K - last updated 2018-11-16 20:20 UTC by Marcin Borkowski
2018-07-16 Eshell aliases
[[2018-06-10 Git diff in Eshell|Some time ago]], I wrote about a way for programs started in Eshell to . . . CategoryBlog, CategoryEmacs, CategoryEshell, CategoryGit . . .
1K - last updated 2018-07-16 19:17 UTC by Marcin Borkowski
2018-08-06 Editing past Git commits
Everybody and their mother are now writing Git tutorials of various kinds, so I decided to jump on the . . . for another time. CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2018-08-06 19:59 UTC by Marcin Borkowski
2018-08-13 A tip on git stash
I don’t know about you, but I use {{{git stash}}} fairly often. (This //might// be just a bad habit, . . . CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2018-09-23 04:21 UTC by Marcin Borkowski
2019-04-01 A trick with Git merging
I often have a pull request on BitBucket to review and merge, and – as an Emacs user – I find BitBucket’s . . . surprised. ;-) CategoryEnglish, CategoryBlog, CategoryGit . . .
1K - last updated 2019-04-01 19:47 UTC by Marcin Borkowski
2019-04-08 Adding an empty file to Git
As a follow-up to the [[2019-04-01 A trick with Git merging|previous post]], let me mention another Git . . . welcome. ;-) CategoryEnglish, CategoryBlog, CategoryGit . . .
1K - last updated 2019-04-08 20:01 UTC by Marcin Borkowski
2019-05-05 A few Magit tips
[[2019-04-01 A trick with Git merging|A month ago]] I wrote about merging in Git without actually comitting . . . CategoryEnglish, CategoryBlog, CategoryEmacs, CategoryGit . . .
2K - last updated 2019-05-05 04:15 UTC by Marcin Borkowski
2019-05-27 Programmatically checking for uncommitted changes
One problem that I encounter over and over again is checking if a Git repository is “clean”, i.e., if . . . matter at all. CategoryEnglish, CategoryBlog, CategoryGit, CategoryEmacs . . .
3K - last updated 2019-05-27 06:04 UTC by Marcin Borkowski
2019-07-29 Git commands as separate executable files
Today we are going to talk about git commands and how they are implemented. Don’t worry, I won’t get . . . this knowledge! CategoryEnglish, CategoryBlog, CategoryGit . . .
6K - last updated 2019-07-29 18:29 UTC by Marcin Borkowski
2019-08-19 Transplanting a directory to another Git repository
Recently, I had a very specific need. I wanted to move a directory to another Git repo, but I really . . . to share it. CategoryEnglish, CategoryBlog, CategoryGit . . .
12K - last updated 2019-08-19 20:57 UTC by Marcin Borkowski
2019-09-23 A comparison between merging and rebasing
Many Git tutorials and howtos discuss the question whether you should merge or rebase your branches on . . . proven. ;-) CategoryEnglish, CategoryBlog, CategoryGit . . .
5K - last updated 2019-09-23 18:44 UTC by Marcin Borkowski
2019-10-07 A tip with diffing (and committing) program structure changes
As I [[2019-09-30 diff and ignoring lines|mentioned last week]], the fact that {{{diff}}} works on a . . . CategoryBlog, CategoryJavaScript, CategoryGit . . .
6K - last updated 2020-10-23 13:58 UTC by mbork
2020-01-13 Automatic testing during rebasing
I am already accustomed to hidden gems in Git. Still, finding one is always nice. Recently, I was reading . . . Very handy! CategoryEnglish, CategoryBlog, CategoryGit . . .
2K - last updated 2020-01-13 20:03 UTC by Marcin Borkowski
2020-01-27 Splitting a past commit in two, and a bonus regex trick
[[2018-08-06 Editing past Git commits|More than a year ago]] I described a very simple Git rebase workflow, . . . me later. ;-) CategoryEnglish, CategoryBlog, CategoryGit . . .
4K - last updated 2020-01-27 22:17 UTC by Marcin Borkowski
2020-03-23 A rebase trick with disappearing commit
Today, while working with Git, I discovered a very nice feature. I was working on a dedicated {{{feature}}} . . . }}} Clever Git! CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2020-03-23 22:11 UTC by Marcin Borkowski
2020-04-18 The main line of history of some branch
Some time ago, it occurred to me that it would be cool to be able to see the history of some branch of . . . Happy gitting! CategoryEnglish, CategoryBlog, CategoryGit . . .
2K - last updated 2020-04-18 12:06 UTC by Marcin Borkowski
2020-07-19 List all files that were ever present in a Git repo
Sometimes I want to dig deep in Git repo history and find some information about the files that are no . . . a fix. CategoryEnglish, CategoryBlog, CategoryGit . . .
2K - last updated 2020-07-19 20:37 UTC by mbork
2020-08-10 Custom git-log format and a poor man's changelog revisited
[[2020-04-18 The main line of history of some branch|A few months ago]] I wrote about a “poor man’s changelog” . . . and by whom. CategoryEnglish, CategoryBlog, CategoryGit . . .
2K - last updated 2020-08-10 20:53 UTC by mbork
2020-08-31 When were changes from a specific commit merged
A situation that happens to me from time to time is when I have a particular commit in my Git repository . . . find-merge}}}.) CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2020-08-31 16:57 UTC by mbork
2021-10-11 Highlighting word differences when diffing
I have a short tip for today. Sometimes it is useful to diff two files (in terminal), highlighting the . . . You’re welcome! CategoryEnglish, CategoryBlog, CategoryGit . . .
1K - last updated 2021-10-11 16:35 UTC by mbork
2024-04-08 Even more Magit tips
Almost five years ago I wrote [[2019-05-05 A few Magit tips|a short post]] with some [[https://magit.vc/|Magit]] . . . CategoryEnglish, CategoryBlog, CategoryEmacs, CategoryGit . . .
4K - last updated 2024-04-08 06:30 UTC by mbork
2024-05-13 Git quick stats
A few years ago I took part in a project with a few collaborators, and I had a slightly atypical question. . . . it for today! CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2024-05-13 20:49 UTC by mbork
2024-05-27 Git mailmap file
As everybody knows, Git has a //lot// of obscure commands and options. Today I’d like to write about . . . you next time! CategoryEnglish, CategoryBlog, CategoryGit . . .
3K - last updated 2024-05-27 14:56 UTC by mbork
CategoryGit
<list > . . .
1K - last updated 2018-11-16 20:19 UTC by Marcin Borkowski
28 pages found.