Skip to main content

Home/ MOBIUS Libraries/ Group items tagged git

Rss Feed Group items tagged

anonymous

Git: Merging from Remote Branch « Ruby on Rails Outsourcing - 0 views

  • if the changes don't conflict, you're done. Alternatively, you can pick out individual commits from "repo1/stable" to your current branch by using git cherry-pick refnumber
  •  
    Not a particularly useful post I admit, but this was the first time I was interested in merging in a single commit from a remote repo rather than an entire branch. The git command 'cherry-pick' does just that.
anonymous

How I Use Git - Chris Wilper - DuraSpace Wiki - 0 views

  •  
    This is a good read after looking at the previous Git flow.
anonymous

internals - What constitutes a merge conflict in Git? - Stack Overflow - 0 views

  •  
    Basically, with git, every merge is a conflict, which leaves you with an index that contains three versions of each file, the versions from each branch and the base. On this index, various resolvers are run, which can decide for each individual file how to resolve the matter.
anonymous

Videos - gource - Creating videos with Gource. - software version control visualization... - 1 views

  •  
    This is an awesome tool I saw at the Evergreen conference. I used it on the Merlin git repo which was cool to see but since everything is in a flat directory structure and it's mostly Jessica (and a little bit me) committing it's not nearly as cool as some of the videos from other projects.
anonymous

Software Engineering: How often do major software companies push code to production? - ... - 0 views

  •  
    I love the idea of automatically pushing to production after a new commit is made to master.
1 - 7 of 7
Showing 20 items per page