CrazyEngineers
  • How frequently do you commit your code / documents to GIT? Also, do you use remote repositories? If yes, how frequently do you push to remote repositories? 

    In the recent times, I've developed a habit of pushing the code to remote repository after every minor update to the code. 

    What about you?

    Tagging #-Link-Snipped-# , #-Link-Snipped-# #-Link-Snipped-# ? 

    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Manish Goyal

    MemberFeb 17, 2019

    Git is preferred especially when you are working in a team and multiple developers are working on same project but along with this it also help you when you use some project tracking tool like jira with git where you log issues and then commit changes with issue # this help you to identify which file was modified for which issue

    Are you sure? This action cannot be undone.
    Cancel
  • Radhika Deshpande

    MemberFeb 17, 2019

    Frequent push to branch which is shared by all team members is not preferred. Rather push on private branch and then merge changes when needed.

    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register