The Artima Developer Community
Sponsored Link

Java Buzz Forum
Git: The “T” is for “team!”

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Mathias Bogaert

Posts: 618
Nickname: pathos
Registered: Aug, 2003

Mathias Bogaert is a senior software architect at Intrasoft mainly doing projects for the EC.
Git: The “T” is for “team!” Posted: Dec 12, 2013 9:33 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Mathias Bogaert.
Original Post: Git: The “T” is for “team!”
Feed Title: Scuttlebutt
Feed URL: http://feeds.feedburner.com/AtlassianDeveloperBlog
Feed Description: tech gossip by mathias
Latest Java Buzz Posts
Latest Java Buzz Posts by Mathias Bogaert
Latest Posts From Scuttlebutt

Advertisement

You’ve probably heard about the awesome workflow capabilities that Git can offer you. But you may be asking yourself, “How can a version control system that just stores my code history really be that helpful?” The answer is all in the workflows. For many teams, some of the most pressing development questions can be addressed with a proper workflow: Are all the features completed for the next release? Are we missing any commits? Has everybody reviewed the new code? Does every team member know where to check in the code for a hotfix of the current version? Will the build run successfully when merging the changes into master? For teams that tend to answer “no” to some (or all) of these, Git workflows might be the answer. After all, who doesn’t want to work more efficiently together as a team? See the presentation Earlier this year we gave a presentation at JavaZone in Oslo explaining how teams at Atlassian have built successful workflows with Git. Different products and teams need different workflows; in the talk we discuss how at Atlassian, the Bitbucket team’s Git workflow is completely different than the Stash team’s. The talk also covers how you can successfully use forks to protect your codebase, what Gitflow is all about, and how adding continuous integration to the mix makes your feature, release, and develop branches much more stable. The video The slides But wait, there’s more! If you want to know more about the individual workflows presented in this talk, check out our tutorials. You can also subscribe to our monthly Git newsletter and get the newest and hottest information on distributed version control.   Learn more        

The post Git: The “T” is for “team!” appeared first on Atlassian Blogs.

Read: Git: The “T” is for “team!”

Topic: Mastering Java Bytecode Previous Topic   Next Topic Topic: Java: Moving conditions into Message files

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use