Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

eg(1) [debian man page]

EG(1)								   User Commands							     EG(1)

NAME
eg - git for mere mortals DESCRIPTION
(Run 'eg help --all' for a more detailed list.) Creating repositories eg clone Clone a repository into a new directory eg init Create a new repository Obtaining information about changes, history, & state eg diff Show changes to file contents eg log Show history of recorded changes eg status Summarize current changes Making, undoing, or recording changes eg commit Record changes locally eg mv Move or rename files (or directories or symlinks) eg stage Mark content in files as being ready for commit Managing branches eg branch List, create, or delete branches eg merge Join two or more development histories (branches) together eg switch Switch the working copy to another branch Collaboration eg pull Get updates from another repository and merge them eg push Push local commits to a published repository Time saving commands eg bisect Find the change that introduced a bug by binary search eg stash Save and revert local changes, or apply stashed changes Additional help: eg help COMMAND Get more help on COMMAND. eg help --all List more commands (not really all) eg help topic List specialized help topics. git version 1.6.3.3 eg version .99 July 2009 EG(1)

Check Out this Related Man Page

GBP-CLONE(1)						      git-buildpackage Manual						      GBP-CLONE(1)

NAME
gbp-clone - Clone a repository from remote SYNOPSIS
gbp-clone [ --verbose ] [ --all ] [ --[no-]pristine-tar ] [ --debian-branch=branch_name ] [ --upstream-branch=branch_name ] [ --depth=depth ] remote_uri DESCRIPTION
gbp-clone clones a remote repository and sets up tracking branches for the debian, upstream and pristine-tar branches. This way you can easily update later using gbp-pull. OPTIONS
--all Track all branches, not only debian and upstream. --debian-branch=branch_name The branch in the Git repository the Debian package is being developed on, default is master. --upstream-branch=branch_name The branch in the Git repository the upstream sources are put onto. Default is upstream. --depth=depth Git history depth, for creating shallow git clones. --verbose -v verbose execution --pristine-tar Track pristine tar branch. CONFIGURATION FILES
Several gbp.conf files are parsed to set defaults for the above commandline arguments. See the [XRef to GBP.MAN.GBP.CONF] manpage for details. SEE ALSO
git-buildpackage(1), gbp-pull(1), gbp.conf(5) AUTHOR
Guido Guenther <agx@sigxcpu.org> 01 June 2012 GBP-CLONE(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Obtaining IP address

(1 Reply)
Discussion started by: Raael
1 Replies

2. UNIX for Dummies Questions & Answers

Plotting Data within UNIX

I have a set of data that looks similar to the following in UNIX: 0.12_0.008_fall_ff.out:bisect return: 0.08056640625 0.12_0.04_fall_ff.out:bisect return: 0.07470703125 0.12_0.12_fall_ff.out:bisect return: 0.06298828125 0.12_0.24_fall_ff.out:bisect return: 0.05126953125 Previously I have... (4 Replies)
Discussion started by: EDALBNUG
4 Replies

3. UNIX for Dummies Questions & Answers

if statement not working as desired

Hello all, I am trying to write a post-commit hook script using bash script. What I am trying to do here is: Developers check in their files to a branch. I check the repository and based on the commit I email QA people. QA verifies and moves the files to a prod branch and email is sent... (1 Reply)
Discussion started by: kminkeller
1 Replies

4. Programming

Perl: restrict perl from automaticaly creating a hash branches on check

My issue is that the perl script (as I have done it so far) created empty branches when I try to check some branches on existence. I am using multydimentional hashes: found it as the best way for information that I need to handle. Saing multidimentional I means hash of hashes ... So, I have ... (2 Replies)
Discussion started by: alex_5161
2 Replies