BSData / legends-of-the-old-west

Warhammer Historical: Legends of the Old West
http://battlescribedata.appspot.com/#/repo/legends-of-the-old-west
1 stars 1 forks source link

New Branch? #2

Closed Mikle103 closed 6 years ago

Mikle103 commented 6 years ago

Hi I have created a new branch

I have uploaded updated Character.cat and updated gst file

I think this is in my own repository Mikle103/legends-of-the-old-west

No sure if i did this right @amis92

Atr0k commented 6 years ago

I don't think that's the good way. You first have to clone this repo:

git clone https://github.com/BSData/legends-of-the-old-west.git [whatever path you want to put your folder]

Then navigate to the path you wrote on the previous step and create a branch

git checkout -b [branch name that should refer to the feature you're working in]

And there you are, you have a branch to work with. Once you have code that you want to upload:

git commit -m '[comment about what you have done]'

git push

This is a very basic flow, but should help you in the beginning. Let me know if you have any troubles, otherwise mark this as closed 😄

amis92 commented 6 years ago

@Mikel2311 you did it great, but you opened pull request against your own fork - you should pull request against this repo instead! :)

amis92 commented 6 years ago

@Mikle103 I think, as seen in #1, you do have the approval of (seemingly inactive lately) @Atr0k to gain write access to this repo, therefore I invite you. Please accept the invitation, read through out Getting Started and Data Author Guide and continue your contributions!

amis92 commented 6 years ago

Invite link: https://github.com/BSData/legends-of-the-old-west/invitations

Mikle103 commented 6 years ago

@amis92 Thanks for that will read through the Getting started and data Author guide.