Skip to content

Pages about git or github

walkerhound edited this page Sep 24, 2012 · 32 revisions

This page compiles different information about git or github

Git Books

Pro Git Book

Notifications

Strange behavior regarding notifications:

Not getting github notifications

I created a new team called notifications to test this.

Jenkins

What is Jenkins?

Jenkins main page

Meet Jenkins

Github Wikis

Keeping up on Wiki Changes

Link about wiki notification options

Editing Git Wikis

Not sure if you can set the default editing:

github wiki - set a format as default

https://github.com/github/gollum/issues/245

  1. AsciiDoc
  2. Creole
  3. Markdown
  4. MediaWiki
  5. Org-mode
  6. Pod
  7. RDoc
  8. Textile
  9. reStructuredText

Markdown

https://github.com/blog/699-making-github-more-open-git-backed-wikis

How to integrate a GitHub wiki into the main project

How to integrate a GitHub wiki into the main project

Git Clients

Git Workflows

Recommendation from Scott Chacon

For teams that have to do formal releases on a longer term interval (a few weeks to a few months between releases), and be able to do hot-fixes and maintenance branches and other things that arise from shipping so infrequently, git-flow makes sense and I would highly advocate it’s use.

For teams that have set up a culture of shipping, who push to production every day, who are constantly testing and deploying, I would advocate picking something simpler like GitHub Flow.

Recommendation from Github

Recommendation of workflow from github

Links about flows

GitHub Flow

git-flow

more git-flow

git-flow with SourceTree

stuff about no ff

Another flow

More about workflows

Workflow chapter from Pro Git book

testingStuff

Git fetch and merge versus pull

http://longair.net/blog/2009/04/16/git-fetch-and-merge/

http://stackoverflow.com/questions/292357/whats-the-difference-between-git-pull-and-git-fetch

Back to Home

Clone this wiki locally