Git development
 help / color / mirror / Atom feed
* How to track history of personal changes in a repository?
@ 2019-08-29 14:32 Matthew McClure
  2019-08-29 17:04 ` Elijah Newren
  0 siblings, 1 reply; 6+ messages in thread
From: Matthew McClure @ 2019-08-29 14:32 UTC (permalink / raw)
  To: git

Hi,

I'm looking for a way to track history of personal changes in a repository. I'd
like to protect against accidentally pushing the changes to a remote branch. I
imagine this working a little like `git ignore`, and a little like a separate
branch. It might be like a personal sub-branch that is ignored by `git
push`. Or it might be like a history of the work tree that runs parallel to the
reflog and to the history of any given branch.

Does something like this exist in Git or a complementary tool?

I found `git update-index --skip-worktree`. I imagine it might be relevant in
some kind of workflow where I can maintain a personal-worktree branch.

Does any of you have a personal workflow that addresses similar concerns?

Thanks.

-- 
Matthew McClure
Continuous Delta
https://www.continuousdelta.com/

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-03 12:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-29 14:32 How to track history of personal changes in a repository? Matthew McClure
2019-08-29 17:04 ` Elijah Newren
2019-08-29 17:55   ` Matthew McClure
2019-08-30 15:21     ` Elijah Newren
2019-08-31 13:32       ` Philip Oakley
2019-09-03 12:57         ` Matthew McClure

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox