Tracking work history in a git repo
        Posted  
        
            by 
                Code-Guru
            
        on Programmers
        
        See other posts from Programmers
        
            or by Code-Guru
        
        
        
        Published on 2012-09-23T20:48:28Z
        Indexed on 
            2012/09/23
            21:48 UTC
        
        
        Read the original article
        Hit count: 272
        
Previous related questions:
Question:
I have split my repo into three directories (swing, android, and common) as suggested by @KarlBielefeldt in response to my previous question. Now I am jumping back and forth between developing my Android port and tweaking/adding features to my original Swing app. All of my commits are linear (fast-forward) and only my commit messages give hints indicating whether I'm working on my Swing app or my Android app. Is there a better way to keep track of the work flow in my git repo?
© Programmers or respective owner