emacs-devel
[Top][All Lists]
Advanced

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

Re: Integration of dictionary package


From: Jean Louis
Subject: Re: Integration of dictionary package
Date: Fri, 20 Nov 2020 04:41:08 +0300
User-agent: Mutt/2.0 (3d08634) (2020-11-07)

* Eli Zaretskii <eliz@gnu.org> [2020-11-19 23:47]:
> > Date: Thu, 19 Nov 2020 23:39:58 +0300
> > From: Jean Louis <bugs@gnu.support>
> > Cc: emacs.nolkaf@hilbrich.tk, orontee@gmail.com, emacs-devel@gnu.org
> > 
> > I did:
> > 
> > git reset -hard master
> > 
> > git checkout -b feature/integration-of-dictionary-el
> > 
> > git pull origin feature/integration-of-dictionary-el
> 
> I think instead of the last command you needed to do just "git pull".

I have tried, then it said I had to be explicit with the branch.

git checkout feature/integration-of-dictionary-el
Switched to branch 'feature/integration-of-dictionary-el'
~/Programming/Software/emacs $ git pull
There is no tracking information for the current branch.
Please specify which branch you want to merge with.
See git-pull(1) for details.

    git pull <remote> <branch>

If you wish to set tracking information for this branch you can do so with:

    git branch --set-upstream-to=origin/<branch> 
feature/integration-of-dictionary-el



reply via email to

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