If you are one of those who have been trying to use Git but
were blocked by the complex keywords and commands – join the club! Here is a
simple guide to share your project on GitHub with no hassle.
2. Create a repository
You can easily create a new local repository using this app,
you only have to click on the “+” sign and define a location to save your work.
Once you create the repo, you can move your folder into the
repo by using the File Explorer. If you have not started on a project yet, you
can set the location to the repo when you start building your project.
3. Commit the changes
Once you move your project into the newly created repo, you
will be able to make your first commit. By now you must be aware of what
commits do. It is a method to keep track of the changes you make in your
project.
4. Publish the repo
So far you have been dealing with your local repository. If
you want to share it with somebody else, you must upload the contents to
GitHub. Git desktop has a cool “Publish” button which will allow you to upload
your repository.
0 comments:
Post a Comment