Skip to content

MegaMind98/gitTalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Talk on Git

This repository hosts the slides used by Sagar Devkota at NCIT's NOSK Tech Talk program on Git Version Control System.

Instruction for Attendees

If you were present at the talk, you were probably asked to add your name to the file attendees.txt and send pull request. Please follow the instructions carefully to complete the task.

  1. Fork this repository.
  2. Clone the repository named gitTalk from your profile to your computer.

git clone https://github.com/MegaMind98/gitTalk.git

Don't forget to change MegaMind98 on the URL below with your GitHub username.

  1. Open the file attendees.txt from gitTalk. Add your name and save it.

  2. Add the file to staging area, commit changes and push to your remote repository.

git add attendees.txt
git commit -m "add name to list[your name]"
git push
  1. Browse to your repository, click on Pull Request option. Send pull request by clicking on New Pull Request button and follow the instructions therein.

Feel free to ping Ashish Tiwari and Sagar Devkota with any questions you may have.

Usage

Please feel free to use the slides in anyways that's best for you. See LICENSE.

About

Contains presentation used by @MegaMind98 and @InfoDevkota during Git Tech Talk.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published