JavascriptWorkshop
jQuery, jQuery UI, KnockoutJS
Install / Use
/learn @atosorigin/JavascriptWorkshopREADME
#Atos javascript workshop This javascript workshop is composed by Marco Franssen, Jan Saris and Sander van de Velde.
#Contributors
- Marco Franssen - Founder
- Jan Saris - Founder
- Sander van de Velde - Founder
Install Git<br />
Install Git Extensions. This will provide you a good GUI to Git (easy for Git starters), includes GIT.
#SSH Key for github repo access<br /> In order to connect to your github repository you need a SSH Key, so if you don't have one follow the following instructions. <br />
-
Generate a ssh key<br />
Navigate to your directory where you did install GitExtensions. (Default: C:\Program Files (x86)\GitExtensions) <br />
Open the folder PuTTY and click the executable puttygen.exe and click the button Generate.
-
Save private key<br />
Optionally configure a password for your private key and then save the private key to a location on your harddrive. (For example: c:\sshKeys\github.ppk)
-
Paste public key on your github profile<br />
Optionally save your public key to your harddrive. Then navigate to https://github.com/account/ssh and click add another public key. Copy the public key from puttygen.exe and paste it in the Key input-field and click save. (Title field not required)
#How to fork<br />
-
Fork the
javascriptWorkshoprepo<br />
Fork the javascriptWorkshop repo by clicking the Fork button on https://github.com/atosorigin/javascriptWorkshop<br />
-
Clone the
javascriptWorkshopproject<br />
Navigate to the folder where you want to add the javascriptWorkshop folder. Right-Click this folder and choose for Git Bash here.
Run the following code: (replace username by your own Github username)<br />
$ git clone git@github.com:username/javascriptWorkshop.git<br />
-
Configure remotes<br />
When a repo is cloned, it has a default remote called origin that points to your fork on GitHub, not the original repo it was forked from. To keep track of the original repo, you need to add another remote named upstream:<br />
$ cd javascriptWorkshop the active directory in the prompt to the newly cloned "javascriptWorkshop" directory<br />
$ git remote add upstream git@github.com:atosorigin/javascriptWorkshop.git Assigns the original repo to a remote called "upstream"<br />
$ git fetch upstream<br />
-
Pushing<br />
Pushing is always done to your own fork<br />
$ git push origin master<br />
-
Fetch the upstream with your fork<br />
When you want to get the latest changes fetched from the upstream into your fork, you need to fetch the upstream.<br />
$ git fetch upstream<br />
$ git merge upstream/master<br />
-
Pull requests<br />
Don't forget to do a pull request when you have added value to the project.<br />
Related Skills
node-connect
349.2kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.5kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.2kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.2kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
