Skip to content

GabiRepare/SMTravel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

SMTravel

This is the simulation project for the class CSI 4124

Install instructions for Windows

  1. Install git for Windows from https://git-scm.com/download/win
  2. In IntelliJ go to File > New > Project from Version Control > Git
  3. Git Repository URL: https://github.com/GabiRepare/SMTravel.git
  4. Clone

Install instructions for Mac

Install and clone Github tool on mac

  • Run Terminal
  • Type git to check if git is installed on your mac
  • Create a GitHub folder on your machine
  • navigate to the folder
  • in the git website click on clone or download and copy link
  • type the cmd ‘git clone ’

Some useful commands:

To create your branch:

  • git checkout -b YourBranch

When you have changes:

  • git add * – stages every change you have
  • git commit -m “Write your commit message ” – Commits changes
  • git push – push changes into online branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages