developer-portal / content

Content for the Fedora Developer Portal
https://developer.fedoraproject.org/
GNU General Public License v2.0
106 stars 250 forks source link

Git quickstart #377

Open pvalena opened 3 years ago

pvalena commented 3 years ago

I've noticed we're missing a git quickstart.

I've drafted some in:

https://github.com/developer-portal/website/blob/master/DEVELOPMENT.md

(Where we probably need one, or link to a one.)

pvalena commented 3 years ago

@hhorak WDYT?

hhorak commented 3 years ago

It might be useful for less technical people, so why not. I think the user in the clone command might be also replaced (currently pvalena is mentioned there): https://github.com/developer-portal/website/blame/master/DEVELOPMENT.md#L87 Otherwise LGTM

pvalena commented 3 years ago

It might be useful for less technical people, so why not. I think the user in the clone command might be also replaced (currently pvalena is mentioned there): https://github.com/developer-portal/website/blame/master/DEVELOPMENT.md#L87 Otherwise LGTM

Good catch- that's a mistake.

Thanks for checking

pvalena commented 3 years ago

I'll take a look at it then, which section do you think it should go to? Get Tools or Deploy and Distribute ? :)

pvalena commented 3 years ago

@jackorp WDYT?

jackorp commented 3 years ago

I'd say it belongs to the Get Tools section as Git is a versioning tool and it would IMHO look out of place in between Openshift RPM and Flatpak and whatnot.

pvalena commented 3 years ago

I'd say it belongs to the Get Tools section as Git is a versioning tool and it would IMHO look out of place in between Openshift RPM and Flatpak and whatnot.

You're right, it's not much of a deploy/distribution tool, outside of source code :). Tools it is. And the guide itself? Would you add something? Can you try it?

pvalena commented 3 years ago

The quay.io container builds are working! https://quay.io/repository/developer-portal/devel?tab=builds

jackorp commented 3 years ago

I'd say it belongs to the Get Tools section as Git is a versioning tool and it would IMHO look out of place in between Openshift RPM and Flatpak and whatnot.

You're right, it's not much of a deploy/distribution tool, outside of source code :). Tools it is. And the guide itself? Would you add something? Can you try it?

I'll try it later this weekend.

However, from a glance, I don't see setting a name or email? If someone is new to git they probably don't know this needs to be done.

I am also missing adding and committing changes.

pvalena commented 3 years ago

You're right, ... I'd assume people know that, but then again, it would be a bad guide :). I'll add something like that, and create a PR. Thanks!