

When adding files to an Aras Community project repo, we recommend the following folder structure: Now that we have a repository, we want to add our project files.
#Gitkraken initialize repo code#
CodeTree: any files that need to be added/modified in the code tree.Screenshots: any screenshots, videos, or gifs of the project.Import: any import packages for the Aras database.Documentation: any files or documents explaining the project. If your project doesn't need a particular folder, you can leave it out. You can also include other folders if your project has files that don't fall into the categories described above. In addition to your project's code, your repository should also include two markdown files: We just try to use the same general structure for our projects so it's easier to identify files. The README.md file contains the content displayed on your project's GitHub landing page.
#Gitkraken initialize repo how to#
Once done, switch to your branch, and push it.It should include basic details about your project, like a brief description, which versions of Innovator your project supports, how to install your project, and basic steps to use your project.Get someone to add you as a collaborator to the repo.You can see this because the highlighted commit in GitKraken is one before the branch you created. You will see the file is now gone from your folder.Checkout the master branch by double clicking on the branch on the left side.Check the differences between your branch by clicking on the commit in the GUI and selecting the file.Click the "Branch" button at the top, and type in your name.Select a location to clone to, and copy the paste the URL.Go to GitKraken, click "File -> Clone Repo".( ) Click "Clone or download" and copy the url Click the "Fork" icon in the top right to fork this repo to your github.Part 3: Working with another repo and Branches Name it something, and give it some contents.



Go to github and create a new project:.The file has now moved to the "Staged Files" section.In GitKraken, you can inspect the file and see the changes that were made.Open the file you created and type in "Hello World".Your commit was added to the tree in the center of GitKraken.Click "Commit changes to 1 file" button.Type a message in the "Commit message" section.Click the green button that says "Stage all changes".In GitKraken, click "// WIP" in the center window.(A "README.md" is automatically created for you) Create a text file in the "git-stuff" folder.Create a folder called "git-stuff" and set it as your "New repository path". Go to Init, and create a "Local Only" repository.Click (2) in the top left corner to initialize a new repository.Sign into GitKraken using your Github account.Create your github account with your Brock email:.git config -global user.email git config -global user.name "Your Name".This is a little guide to help you get introduced to using git with GitKraken
