Skip to content

CSCE-606-Software Engineering Project - Display clock timer for Customer - Red C - Catholic Radio Station

Notifications You must be signed in to change notification settings

ManishaTripathy/ShowClockTimer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

ShowClockTimer

CSCE-606-Software Engineering Project - Display clock timer for Customer - Red C - Catholic Radio Station

Basic Git Setup

  • Install Git in Ubuntu - "sudo apt-get install git"

  • Clone our ClockTimer respository - "git clone https://github.com/spsangeeta/ShowClockTimer.git"

    • This will create a clone of the repository on the local machine. A new folder called ShowClockTimer is created
  • Perform the changes in the local files.

  • To commit these changes to the git repository

    • git status - Shows all the current files modified and current HEAD position.
    • git pull origin master - To pull all the changes from the repository.
    • git add <folder_name>/<file_name> - Adds the file/folder for the commit operation.Perform "git status" to check your changes
    • git commit -m "Message" - Commits the changes.
    • git push origin master - Pushes all the changes to the master branch of the remote git repo.
  • For basic reference please check the below tutorials -

About

CSCE-606-Software Engineering Project - Display clock timer for Customer - Red C - Catholic Radio Station

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 63.0%
  • HTML 28.6%
  • CSS 6.1%
  • JavaScript 1.7%
  • CoffeeScript 0.6%