Skip to content

Linux USB unitility which includes transferring data, copying, hardware information format the USB device.

Notifications You must be signed in to change notification settings

kthnptl/CMPE-220

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Steps for working on GIT in Linux terminal :

  1. Search for this : https://github.com/shivam5594/CMPE-220

click on fork button on top right corner, and then login in with your GitHub account. This will create a copy of my project in your account.

  1. Watch following YouTube instructions and make try compiling the code.

Part 1 - https://www.youtube.com/watch?v=NYRhkGrt4Q4 Part 2 - https://www.youtube.com/watch?v=5IDL070RtoQ&t=482s

and there are more of them too.

  1. Clone that repository from your account to your computer to work on it using terminal command

git clone "the https: link"

  1. work on the driver and upload them back on your account by terminal commands shown below in given sequence

git add . | git commit -m " any comments you want to write to help the reader " | git push origin master

About

Linux USB unitility which includes transferring data, copying, hardware information format the USB device.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 86.5%
  • Makefile 13.5%