Revision [1272]

Last edited on 2013-03-10 20:48:52 by ChrisBuechler
Additions:
Github: https://github.com/pfsense
Deletions:
Github: https://github.com/bsdperimeter


Revision [1189]

Edited on 2011-05-19 03:50:48 by ChrisBuechler
Additions:
Github: https://github.com/bsdperimeter
Deletions:
hostname: rcs.pfsense.org
Gitorious: https://rcs.pfsense.org/
=== Allowing access to branches ===
ACLs are implemented in /var/git/pfsense/mainline.git/info/allowed-users
=== CVS Compatibility ===
This will never actually be setup in practice, just use git, sorry - BillM


Revision [1159]

Edited on 2010-04-11 03:35:37 by ChrisB [revert spam]

No Differences

Revision [1004]

Edited on 2009-10-21 23:00:49 by GeekGod [revert spam]
Additions:
=== Pimping your git log ===
http://www.jukie.net/~bart/blog/pimping-out-git-log
%%git config --global alias.lg "log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"%%


Revision [884]

Edited on 2009-06-16 21:44:49 by ChrisBuechler [remove gitweb since you can't actually browse there]
Deletions:
gitweb: http://gitweb.pfsense.org/


Revision [883]

Edited on 2009-06-16 15:40:01 by BillM [redmine is here, nix the coming soon crap]
Additions:
Redmine: http://redmine.pfsense.org/
Deletions:
Redmine: http://redmine.pfsense.org/ (coming soon...)


Revision [882]

Edited on 2009-06-16 15:39:24 by BillM [fix git config syntax]
Additions:
git config --global user.name username
git config --global user.email "user@domain.com"
Deletions:
git config user.name --global username
git config user.email --global "user@domain.com"


Revision [660]

Edited on 2009-02-21 17:20:07 by ChrisBuechler [fix git config syntax]
Additions:
git config user.name --global username
Deletions:
git config user.name username --global


Revision [659]

Edited on 2009-02-21 17:19:32 by ChrisBuechler [fix git config syntax]
Additions:
git config user.email --global "user@domain.com"
Deletions:
git config user.email "user@domain.com" --global


Revision [568]

Edited on 2009-01-27 20:06:17 by ChrisBuechler [fix git config syntax]
Additions:
Gitorious: https://rcs.pfsense.org/
GitQuickStartWindows
Deletions:
Gitorious: http://rcs.pfsense.org/


Revision [562]

Edited on 2009-01-24 03:49:35 by GeekGod [fix git config syntax]

No Differences

Revision [561]

Edited on 2009-01-24 03:49:24 by GeekGod [fix git config syntax]
Additions:
and another cool bash prompt: http://gist.github.com/31934


Revision [558]

Edited on 2009-01-21 02:49:36 by GeekGod [fix git config syntax]
Additions:
=== New to GIT? ===
Deletions:
==== New to GIT? ====


Revision [557]

Edited on 2009-01-21 02:48:24 by GeekGod [fix git config syntax]
Additions:
%%
git config user.name username --global
git config user.email "user@domain.com" --global
%%
%%
export PS1='\u:\W `git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\[\033[37m\]$\[\033[00m\]\$ '
%%
Deletions:
git config user.name and git config user.email (you might wanna do --global so it's set for all repo's) otherwise it picks up your userid@localsystem and whatever is in the gecos field
%%export PS1='\u:\W `git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\[\033[37m\]$\[\033[00m\]\$ '%%


Revision [556]

Edited on 2009-01-21 02:47:19 by GeekGod [fix git config syntax]
Additions:
=== Bash prompt customization ===
Deletions:
=== Bash prompt customication ===


Revision [555]

Edited on 2009-01-21 02:47:06 by GeekGod [fix git config syntax]
Additions:
=== Bash prompt customication ===
Prompt will look like: username:pfSense (RELENG_1_2) $$
%%export PS1='\u:\W `git branch 2> /dev/null | grep -e ^* | sed -E s/^\\\\\*\ \(.+\)$/\(\\\\\1\)\ /`\[\033[37m\]$\[\033[00m\]\$ '%%


Revision [554]

Edited on 2009-01-21 00:44:53 by GeekGod [fix git config syntax]
Additions:
This will never actually be setup in practice, just use git, sorry - BillM
Deletions:
== This will never actually be setup in practice, just use git, sorry - BillM ==


Revision [553]

Edited on 2009-01-21 00:44:41 by GeekGod [fix git config syntax]
Deletions:
CVSROOT=:ext:username@rcs.pfsense.org/var/git/pfsense-import-test-minus-binaries/mainline.git
Must set env CVS_SERVER=git-cvsserver Note this will also work on cvs.pfsense.org, symlink added to avoid having to change CVS_SERVER env variable when switching between rcs.pfsense.org and cvs.pfsense.org
**CVS Checkouts**
cvs co -d RELENG_1 RELENG_1
cvs co -d RELENG_1_2 RELENG_1_2
etc...


Revision [552]

Edited on 2009-01-21 00:39:51 by GeekGod [fix git config syntax]
Deletions:
Beware that the git repository is not (yet) public, so follow the DevelopersBootStrapAndDevIso instructions for code access.
NOTE: Building pfSense with GIT is now working. Simply uncomment all lines in pfsense_local.sh that contain the word GIT.


Revision [544]

Edited on 2009-01-18 17:47:57 by BillM [fix git config syntax]
Additions:
=== Allowing access to branches ===
ACLs are implemented in /var/git/pfsense/mainline.git/info/allowed-users


Revision [538]

Edited on 2009-01-17 04:53:09 by BillM [fix git config syntax]
Additions:
== This will never actually be setup in practice, just use git, sorry - BillM ==
Deletions:
= This will never actually be setup in practice, just use git, sorry - BillM =


Revision [536]

Edited on 2009-01-17 04:52:18 by BillM [fix git config syntax]
Additions:
= This will never actually be setup in practice, just use git, sorry - BillM =
Deletions:
=== Other Resources ===
[[http://github.com/jwiegley/git-scripts/tree/master Misc GIT Scripts]]
[[http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html Git Magic]]
[[http://git.or.cz/ Git Website]]
[[http://www.kernel.org/pub/software/scm/git/docs/v1.5.6.1/git.html Git Documentation]]
[[http://github.com/guides/newbies-guide-for-git-on-windows Newbies Guide for Git on Windows]]
[[http://code.google.com/p/msysgit/ Git on Msys - Windows Git Client]]
[[http://excess.org/article/2008/07/ogre-git-tutorial/ Git tutorial - Ottawa Group of Ruby Enthusiasts]]
[[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html Git Cheat Sheet]]
[[http://37signals.blogs.com/products/2008/07/how-github-used.html How GitHub used Getting Real to pick a fight, scratch their own itch, and stay lean]]
[[http://www.gitcasts.com/ gitcasts]]
[[http://www.gitcasts.com/posts/git-on-windows gitcasts - Git on Windows]]
[[http://www.kernel.org/pub/software/scm/git/docs/howto/update-hook-example.txt git push access control]]
[[http://www.chem.helsinki.fi/~jonas/git_guides/HTML/CVS2git/ CVS2git]]


Revision [519]

Edited on 2009-01-06 05:22:07 by GeekGod [fix git config syntax]
Additions:
git config user.name and git config user.email (you might wanna do --global so it's set for all repo's) otherwise it picks up your userid@localsystem and whatever is in the gecos field


Revision [516]

Edited on 2008-12-30 05:12:47 by BillM [fix git config syntax]
Additions:
[[http://www.chem.helsinki.fi/~jonas/git_guides/HTML/CVS2git/ CVS2git]]


Revision [515]

Edited on 2008-12-30 04:51:42 by BillM [fix git config syntax]
Additions:
[[http://www.kernel.org/pub/software/scm/git/docs/howto/update-hook-example.txt git push access control]]


Revision [514]

Edited on 2008-12-30 04:44:43 by BillM [fix git config syntax]
Additions:
NOTE: Building pfSense with GIT is now working. Simply uncomment all lines in pfsense_local.sh that contain the word GIT.
gitweb: http://gitweb.pfsense.org/
Deletions:
NOTE: Building pfSense with GIT is now working. Simply ucomment all lines in pfsense_local.sh that contain the word GIT.


Revision [513]

Edited on 2008-12-30 04:43:55 by BillM [fix git config syntax]
Additions:
[[http://www.gitcasts.com/posts/git-on-windows gitcasts - Git on Windows]]


Revision [428]

Edited on 2008-10-28 06:20:42 by BillM [add gitcasts link]
Additions:
[[http://www.gitcasts.com/ gitcasts]]


Revision [421]

Edited on 2008-10-16 22:53:18 by GeekGod [add gitcasts link]
Additions:
NOTE: Building pfSense with GIT is now working. Simply ucomment all lines in pfsense_local.sh that contain the word GIT.


Revision [420]

Edited on 2008-10-16 22:52:32 by GeekGod [add gitcasts link]
Additions:
[[http://github.com/jwiegley/git-scripts/tree/master Misc GIT Scripts]]


Revision [400]

Edited on 2008-08-07 10:51:42 by AskBjoernHansen [add gitcasts link]
Additions:
Beware that the git repository is not (yet) public, so follow the DevelopersBootStrapAndDevIso instructions for code access.
Deletions:
Beware that the git repository is not (yet) public.


Revision [398]

Edited on 2008-08-07 10:41:05 by AskBjoernHansen [add gitcasts link]
Additions:
Beware that the git repository is not (yet) public.


Revision [397]

Edited on 2008-08-05 16:52:49 by GeekGod [add gitcasts link]
Additions:
[[http://www-cs-students.stanford.edu/~blynn/gitmagic/index.html Git Magic]]


Revision [396]

Edited on 2008-08-04 21:57:03 by BillM [add gitcasts link]
Additions:
http://git-scm.com/


Revision [394]

Edited on 2008-07-28 19:56:00 by GeekGod [add gitcasts link]
Additions:
[[http://37signals.blogs.com/products/2008/07/how-github-used.html How GitHub used Getting Real to pick a fight, scratch their own itch, and stay lean]]


Revision [389]

Edited on 2008-07-23 19:43:45 by GeekGod [add gitcasts link]
Additions:
=== pfSense Git Repository Information ===
Deletions:
==== pfSense Git Repository Information c


Revision [388]

Edited on 2008-07-23 19:43:34 by GeekGod [add gitcasts link]
Additions:
==== New to GIT? ====
http://github.com/blog/120-new-to-git
==== pfSense Git Repository Information c
Deletions:
==== pfSense Git Repository Information ====


Revision [382]

Edited on 2008-07-21 22:39:10 by ChrisBuechler [add gitcasts link]
Additions:
[[http://zrusin.blogspot.com/2007/09/git-cheat-sheet.html Git Cheat Sheet]]


Revision [373]

Edited on 2008-07-15 02:56:59 by ChrisBuechler [add gitcasts link]
Additions:
[[http://excess.org/article/2008/07/ogre-git-tutorial/ Git tutorial - Ottawa Group of Ruby Enthusiasts]]


Revision [352]

Edited on 2008-07-05 03:53:07 by ChrisBuechler [add gitcasts link]
Additions:
[[http://git.or.cz/ Git Website]]
[[http://www.kernel.org/pub/software/scm/git/docs/v1.5.6.1/git.html Git Documentation]]
[[http://code.google.com/p/msysgit/ Git on Msys - Windows Git Client]]


Revision [351]

Edited on 2008-07-05 03:32:03 by ChrisBuechler [add gitcasts link]
Additions:
=== Other Resources ===
[[http://github.com/guides/newbies-guide-for-git-on-windows Newbies Guide for Git on Windows]]


Revision [347]

Edited on 2008-07-04 04:29:00 by ChrisBuechler [add gitcasts link]
Additions:
**CVS Checkouts**
Deletions:
*CVS Checkouts*


Revision [346]

Edited on 2008-07-04 04:27:15 by ChrisBuechler [add gitcasts link]
Additions:
==== pfSense Git Repository Information ====
=== CVS Compatibility ===
Deletions:
=== pfSense Git Repository Information ===
==== CVS Compatibility ====


Revision [345]

The oldest known version of this page was created on 2008-07-04 04:27:05 by ChrisBuechler [add gitcasts link]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki