grub2-dev: Getting the source code

1 
1 1 Getting the source code
1 *************************
1 
1 GRUB is maintained using the <GIT revision control system>.  To fetch:
1 
1      git clone git://git.sv.gnu.org/grub.git
1 
1    Web access is available under
1      http://git.savannah.gnu.org/cgit/grub.git/
1 
1    The branches available are:
1 
1 'master'
1      Main development branch.
1 'grub-legacy'
1      GRUB 0.97 codebase.  Kept for reference and legal reasons
1 'multiboot'
1      Multiboot specfication
1 'multiboot2'
1      Multiboot2 specfication
1 'developer branches'
1      Prefixed with developer name.  Every developer of a team manages
1      his own branches.  Developer branches do not need changelog
1      entries.
1 
1    Once you have used 'git clone' to fetch an initial copy of a branch,
1 you can use 'git pull' to keep it up to date.  If you have modified your
1 local version, you may need to resolve conflicts when pulling.
1