Thursday, November 23, 2017

Template Arrangement, Carriers in IT & setting git Url - Day 14

Today we arrange this template... The codings were given to order them and show be like this. We did using our HTML, CSS , Bootstrap knowledge got in last 13 days..

This is the Github link of the coding for template
Carriers in IT

By Studying in IT we can get the following main professional works in ITcompany
  • Backend Engineer
  • Frontend Engineer
  • UI/UX Engineer
  • Tech-writer
  • Business Analysist
  • QA Engineer
 IT Careers in Sri Lanka
IT is a fastest growing field in the world. In Srilanka many foreign companies  and government itself take forward steps to grow the IT field in Sri Lanka.

ICT Services Offered in Sri Lanka

  • Business Intelligence
  • Business Solutions and MIS
  • CAD / CAM / CAE
  • Client-Server Architecture
  • Cloud Services
  • CRM
  • Customer Support (Email/Voice/Chat)
  • Data Mining & Processing
  • Database Solutions
  • e-Business Development
  • ERP Software
  • GPS Solutions
  • GUI Designing
  • Hardware Design
  • Healthcare Solutions
  • ICT Infrastructure & Services
  • ICT Outsourcing
  • Image Processing & Truncation
  • Internet Research and Content Management
  • Intranet and Extranet Application
  • IoT
  • IT Education & Training
  • Mobile Application Development
  • Multimedia
  • Networking
  • Office Automation
  • Payments Processor
  • Real-Time System
  • Remote IT Technical Support
  • Self-Service Solutions
  • Software Development
  • Software Engineering Services
  • Software Testing
  • Systems Integration
  • Virtual & Wireless Banking
  • Web Development
  • Web Marketing
  • Wireless & Mobility Solution
So, much of works in IT field of Sri Lanka.

Git Commands....

When we are going to install a github repository from Github
We have to use the following in Terminal

$ git clone URL_you_going_to_clone

after that you finished all your project... Then you have to push the new updated file to your repository. But the repository may changed to the account where you clone the file.

You can make sure whether the repository changed or not by using following command

$ git remote -v


So you have to change the remote origin to your account.

$ git remote set-url origin https://github.com/USERNAME/REPOSITORY.git

Then once again check the repository direction...

$ git remote -v

after that the following command will appear......

$ origin https://github.com/USERNAME/REPOSITORY.git (fetch) origin 
$ https://github.com/USERNAME/REPOSITORY.git (push)

That's all now, you can push your files in your repository.

No comments:

Post a Comment