#rustProjectsReadMe #general git commands: #git init => initialises a local git repository #git add [option] [FileName.ending] => adds something to the next commit . => add all inheretance of current folder #git commit -m "firstCommit" => commits all added files/folders #git branch -M branchName => moves all given commits to a branch #git remote add origin https://github.com/Guelakais/rustProjects.git #=> adds the current remote repo #git push -u origin branchName => pushes the local changes of your branch to the remote repository
Guelakais/rustProjects
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|