| To: | mohit pal singh <pal.mohit.singh@gmail.com> |
|---|---|
| Subject: | Re: Where to get latest code |
| From: | Luka Perkov <freecwmp@lukaperkov.net> |
| Date: | Tue, 26 Feb 2013 10:49:57 +0100 |
| Cc: | freecwmp@linux-mips.org |
| In-reply-to: | <CAGG_RzT3AvFbDEmi1kHgLdQ34k88KC9Y+eT3VK+Sghnnp3QU5w@mail.gmail.com> |
| Mail-followup-to: | mohit pal singh <pal.mohit.singh@gmail.com>, freecwmp@linux-mips.org |
| Original-recipient: | rfc822;freecwmp@linux-mips.org |
| References: | <CAGG_RzQJgnbE2MJ0xAZ3MbsKdgu1B7yUkLSa8X4-ZFTWDi94Ow@mail.gmail.com> <20130225124020-28110@mutt-kz> <CAGG_RzQ4X6uAH9AWa+H_zM6-ZaXecfH5XOgu9aXXBLg2-cQyyQ@mail.gmail.com> <20130225143947-19049@mutt-kz> <CAGG_RzTGhmg4K3LeXHmKCq33R2E2=EJ8rCukP9MsqSi3zHO4cQ@mail.gmail.com> <20130225174654-16018@mutt-kz> <CAGG_RzT3AvFbDEmi1kHgLdQ34k88KC9Y+eT3VK+Sghnnp3QU5w@mail.gmail.com> |
| Sender: | freecwmp-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.21 (2010-09-15) |
On Tue, Feb 26, 2013 at 01:26:12PM +0530, mohit pal singh wrote:
> I tried checking it out, but getting error...
>
> >>freecwmp$ git checkout -b test origin/unfinished_new_script_support/
> >>fatal: git checkout: updating paths is incompatible with switching
> branches.
> >>Did you intend to checkout 'origin/unfinished_new_script_support/' which
> can not be resolved as commit?
It works:
$ cd /tmp/
$ git clone git://dev.freecwmp.org/freecwmp/
Cloning into 'freecwmp'...
remote: Counting objects: 1176, done.
remote: Compressing objects: 100% (976/976), done.
remote: Total 1176 (delta 718), reused 289 (delta 177)
Receiving objects: 100% (1176/1176), 201.31 KiB, done.
Resolving deltas: 100% (718/718), done.
$ cd freecwmp
$ git checkout -b unfinished_new_script_support
origin/unfinished_new_script_support
Branch unfinished_new_script_support set up to track remote branch
unfinished_new_script_support from origin.
Switched to a new branch 'unfinished_new_script_support'
$ git log
> I don't have a particular plan as such, you can let me know where I can
> start contributing as a newbie to freecwmp.
Once you code new feature (or fix a bug) you can send your patches to
this mailing list.
Luka
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Where to get latest code, mohit pal singh |
|---|---|
| Next by Date: | Periodic Inform Enable and Connection Request, akhil garg |
| Previous by Thread: | Re: Where to get latest code, mohit pal singh |
| Next by Thread: | Periodic Inform Enable and Connection Request, akhil garg |
| Indexes: | [Date] [Thread] [Top] [All Lists] |