Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.26 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.26 KB

git workshop

a workshop on git - how to create your PRs so others can merge them easily.

Before We Start

please fork this repository to your user by clicking the Fork button in the right side of the screen.

you're finished! there's a treat!

Guided Tours

Treat

adding github wix code search to your Chorme!

  1. in chrome, right click the url bar
  2. choose "Edit Search Engines".
  3. In "Other Search Engines", go to the end and you'll see 3 empty boxes:
  • the first: it's just a name for you to identify the search engine. e.g., github code search
  • the second: a keyword that will be used to access this search engine. e.g., github.
  • the third: use this https://github.com/search?type=Code&q=%s user:wix - the github search page with the code section and the wix user.
  1. click "Done".
  2. now go to your url bar and write github Laboratory (copy-paste kicks in the magic if you press TAB after pasting).
  3. Enjoy!

the git book

https://git-scm.com/doc

great source for all git users, be it first timer or savvy.