Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Overview

Below are links to club documents and downloads:

Below are links to the language installations:

Online sources we will be using:

Text editors for coding in Rust and Haskell

I personally like VS Code but any will do:

Git Instillation

I highly recommend you learn how to use Git Bash since it is industry standard. But either will work...

Git Bash helpful links:

Some basic Git Bash Advice:

I recommend you create a GitHub folder on your pc to store all github repositories.

  • To open Git Bash on windows right click and hit "open Git Bash here"
  • To clone a repository got to the Github website and find the repo. Hit the clone button and copy the link then in Git Bash type:
git clone [Repo Name]
  • To pull changes cd to the repository and type:
git pull
  • To commit changes cd to the repository and type:
git commit -am"Your comment here"
  • To push changes to a repository (After you committed) type:
git push

Basic shell commands (Use Mac commands for when in Git Bash)

  • To view all folders in the current directory type:

Mac/Linux

ls

Windows

dir
  • To move to a sub directory type:
cd DirectoryNameHere
  • To move back a directory type:
cd .. 

About

Club overview, tutorials, and helpful material

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors