Skip to main content

Home/ Web Development Resources (originated at GA WDI)/ Group items tagged git

Rss Feed Group items tagged

John Randall

A successful Git branching model » nvie.com - 0 views

  •  
    "In the latter case, it is impossible to see from the Git history which of the commit objects together have implemented a feature-you would have to manually read all the log messages. Reverting a whole feature (i.e. a group of commits), is a true headache in the latter situation, whereas it is easily done if the --no-ff flag was used. "
John Randall

How To Use Git to Manage your User Configuration Files on a Linux VPS | DigitalOcean - 0 views

  •  
    "Basically, we've told git "keep the repository here, but the files you are managing are two levels above the repo". "
John Randall

git howto: revert a commit already pushed to a remote repository - Christoph ... - 0 views

  •  
    "This works almost exactly the same way as case 2, but instead of removing the line with the bad commit, simply replace its pick with edit and save/exit. Rebase will then stop at that commit, put the changes into the index and then let you change it as you like. Commit the change and continue the rebase (git will tell you how to keep the commit message and author if you want). Then push the changes as described above. The same way you can even split commits into smaller ones, or merge commits together. "
John Randall

Git Workflows and Tutorials | Atlassian - 0 views

  •  
    "The Feature Branch Workflow builds on the Centralized Workflow by encapsulating new features into dedicated branches. This enables the use of pull requests as a means to discuss changes before they're integrated into the official project. "
montricher

Setup guide: Rails Environmental Variables - 2 views

  •  
    Keep your API keys secret from your public Github repository
keyanbagheri

commits from last night - 2 views

  •  
    haha
1 - 9 of 9
Showing 20 items per page