Skip to content

some Rustprojects, i do. Please keep in mind that I use my Github repos for learning purposes

Notifications You must be signed in to change notification settings

Guelakais/rustProjects

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

some Rustprojects, i do. Please keep in mind that I use my Github repos for learning purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published