Tuesday, November 21, 2017

Git Hub Setup

References
=================================

http://www.itlec.com/2017/05/how-to-publish-existing-visual-studio.html


https://www.youtube.com/watch?v=zMXXoz25-ek&t=395s

https://www.youtube.com/watch?v=nRI3OVavUbE

//GIT GUI
http://matthew-brett.github.io/pydagogue/git_gui_windows.html
=======================================================

H



  1. Install Github extension tool for visual studio.
  2. Make sure you have Github account.
  3.  Open Team Explorer > Home > Projects > New Repository
  4. Set your project local location, Then click Create
  5. Copy you project source code, in the created directory in the last step.
  6. Click Open for the local Git Repository
  7. Open the project

  8. In Team Explorer, Click Back
  9. Click Changes
  10. Write your comment then click commit
  11. Write your comment then click commit then click sync
  12. Copy the Github Repository URL
  13. Click Publich Git Repo then enter the url then click publish
  14. Here you can review my live repositories https://github.com/ITLec
  15. Done

No comments:

Post a Comment

javascript Filter/index off

 var family = [{"name":"Jack",  "age": 26},               {"name":"Jill",  "age"...