Re: 1.4 on git
If you want save this git index in a new branch, you can run 'git checkout -b <branch-name> -f 42198ad1', then you will get a new branch with 42198ad1 index.
Best regards,
Rivsen
2012/5/6 Rivsen <rivsen1003@gmail.com>
Simply, you can see what git index in your first system, run "git log" and remember the first row of commit( need only remember the first six or eight like this 'commit 42198ad13560c46070223e095f787dff5bd8a918' ).
Then checkout this commit in your second system, run 'git checkout 42198ad1' and you will get the same code status between two system.
ps. 42198ad1 is a example, not real
Best regards,
Rivsen2012/5/6 Ramiro Morales <cramm0@gmail.com>On Sat, May 5, 2012 at 8:42 PM, Larry Martell <larry.martell@gmail.com> wrote:The github.com/django/django repository is now the official Django
> Last month I set up a system and when I cloned django from git I got
> version 1.4. Now I an setting up another system, and when I clone
> django from git I get 1.5, and my app is failing. How I can get 1.4? I
> see a django-nonrel / django-1.4 but it says "Work in progress 1.4
> port, DON'T USE"
development repository, we migrated from SVN a week ago.
Problem is that we've only migrated the development mainline. We are
working to also migrate the release tags (1.4, 1.3, ...) and the
post-release maintenance branches. The plan is to have it ready in a
couple of days.
The repository that previously was at github.com/django/django is called
now github.com/django/django-old and it has the 1.4 tag. You can clone
from it if you can't wait.
Regards,
--
Ramiro Morales
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home