Skip to content

Bigmaq21/Codedex-Git-and-GitHub-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

What is the purpose of this README file?

Not too sure myself

Jokes aside, this README is meant to be an introduction to myself in regards to working with Markdown

During this course on Codedex i've learnt about the command line and how to work with Git and GitHub. Some of the most useful commands i've learned are:

  • pwd
  • echo output-here
    • echo "text" > file
  • cat file
    • cat file-a > file-b
      • cat file-a >> file-b
  • rm file
  • git init
  • git remote add origin <repository_url>
  • git branch -M main
  • git add
  • git commit -m 'Your commit message here'
  • git status
  • git push -u origin main

About

Course on Codedex.com related to Git and GitHub fundamentals. This repository will be used as a training ground.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages