Skip to content

kizzlebot/Introduction-to-C-Programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EGN3211

Stages your README file, adding it to the list of files to be committed

git add README

Commits your files, adding the message "first commit"

git commit -m 'first commit'

Creates a remote named "origin" that points to https://github.com/kizzlebot/EGN3211.git

git remote add origin https://github.com/kizzlebot/EGN3211.git

Sends your commits in the "master" branch to Github

git push origin master

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages