How can i add my django project to Bitbucket ?

233 views
Skip to first unread message

Deepak Sharma

unread,
Jul 5, 2016, 8:09:31 AM7/5/16
to Django users
I have created a simple django project and i have created a simple app in it . Now i want to use Bitbucket for code development since we are working in a team how could i possibly do that ? 

Fred Stluka

unread,
Jul 5, 2016, 8:13:16 AM7/5/16
to django...@googlegroups.com
Deepak,

Bitbucket has pretty good documentation, including a Getting Started
section.  Should tell you all you need to know.  See:
- https://www.google.com/search?q=bitbucket+getting+started

--Fred

Fred Stluka -- mailto:fr...@bristle.com -- http://bristle.com/~fred/
Bristle Software, Inc -- http://bristle.com -- Glad to be of service!
Open Source: Without walls and fences, we need no Windows or Gates.

On 7/5/16 7:18 AM, Deepak Sharma wrote:
I have created a simple django project and i have created a simple app in it . Now i want to use Bitbucket for code development since we are working in a team how could i possibly do that ? 
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2a4952bd-bf36-42d9-a479-68e95b623ae2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Ricardo Daniel Quiroga

unread,
Jul 5, 2016, 9:38:46 AM7/5/16
to django...@googlegroups.com

$ cd myproject 
$ git init
$ touch README.md
$ git add .
$ git commit -m 'first commit'
$ git remote add g...@bitbucket.org:[MyUSER]/[ProyectName].git
$ git push origin master





For more options, visit https://groups.google.com/d/optout.



--

Ricardo Daniel Quiroga

Ricardo Daniel Quiroga

unread,
Jul 5, 2016, 9:39:25 AM7/5/16
to django...@googlegroups.com
correction 

$ git remote add  origin g...@bitbucket.org:[MyUSER]/[ProyectName].git
--

Ricardo Daniel Quiroga

Reply all
Reply to author
Forward
0 new messages