emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Network security manager


From: Kelvin White
Subject: Re: Network security manager
Date: Mon, 17 Nov 2014 10:29:56 -0500

Lars Magne Ingebrigtsen <address@hidden> wrote:

> That sounds reasonable.  Hm...  Er...  do you have a recipe for how to
> start a new branch off of emacs-24?  >"?

git checkout -b NEW_BRANCH
git commit -m "first commit"
git push -u origin NEW_BRANCH

substitue the name of the new branch for NEW_BRANCH

reply via email to

[Prev in Thread] Current Thread [Next in Thread]