
GITKRAKEN PULL NO FILES ON COMPUTER UPDATE
GITKRAKEN PULL NO FILES ON COMPUTER CODE
To save you from typing out all of the code from scratch, you are welcomed to copy and paste those I have made in this repo in the process of writing this guide to create the required files. Go ahead and create those files and folders following the structure outlined above! The core files and folder structure that a Flask project requires.Īs mentioned in the Flask sessions, inside the root (folder) of the repository, it should look roughly Now that you have a local copy of the repository that you can work with, it's time to set it up so that it has all Click on the green "Open Now" button to open it in GitKraken. Of the application with the message "Successfully cloned repo ", where will show the Once GitKraken has finished copying the repository to your laptop, you should see a blue status bar near the top Type in the repository name you have given on GitHub next to the "Repository to clone" search box (in my case, IĬlick the "Clone the repo!" green button to get a local copy of the repository. A reminder that there should be nothing else in this folder. In the third column, click on the blue "Browse" button and browse to the folder I advised you to createįor this project (I called mine ShefCodeFirstPython). On the "Repository Management" dialog that have just popped up, click on "Clone" in the first column and "" in

Open the GitKraken desktop application, then click on the folder icon Need to have a local copy of it on your laptop - we will be using GitKraken to do this. Now that you have created your repository on GitHub, let's begin working on it. This is a handy file made by the peopleĪt GitHub which will deal with common file patterns that you should not be saving (committing) to theĬlick the green "Create Repository" button to complete the process. Leave the repository as "Public", and make sure you tick checkbox next to "Initialize this repositoryĬhange the dropdown menu for "Add.

Give your repository a name under "Repository name", and give the project a description if you want. This should then take you to the following screen:

Once you've done that, make sure you keep thatįolder "clean" - i.e. The best way to stay organised is when you are creating a new project, make a new folder somewhere that'sĮasy to find and save your code/other related files in there. Working out which folders and files are supposed to be part of your Flask code project! Make sure you are organised with where you save your code files! Otherwise, Git will have trouble In this guide, we will go through the basics of working with Git using GitKraken as introduced in class.īefore you make a new repository, there's one thing I want to emphasise:
