Videos
Drone hijacked on stage
@FrontTrends, Warsaw 2017.
GitKraken Tutorials ( YouTube )
A few introductions to Github, and the gui GitKraken.
A very fast video
If you’ve got one hour …
Github: The GitKraken GUI
The GitKraken app is a GUI for Github. Some people may prefer a GUI solution. The video above will give an impression of the app.
Branches
A strong feature on Github is the concept of brances. Here you may experiment with some code. Later on the experiments can be merged with the master code ( origin master ).
- Create a branch.
- Chekout the branch ( that is: work on the branch ).
- Edit the file.
- Make sure that the branch is chosen.
- Stage the changed file(s).
- Edit the commit message.
- Push to Github.
Go to Github. If everything is ok the changes should be stored.
Merge a branch to origin master
When you’re satisfied with the code in the branch, you may want to merge the new work with the stem of the tree. The stem is called ‘origin master’. In GitKraken rightclick on remote / master. A popup menu will let you merge from the branch to the master:
Click on the merge option. Then write a commit message, and click on Push.
On the Github web page you’ll be able to follow all the comitted changes:
Above you see the content of the file, and the history. The image below is the online version of the branches:
( The screencast and screendumps were made on a Ubuntu Linux system. )
REST API tutorial
Source: WordPress REST API Tutorial from LearnWebCode.
( K. Adam White slides and original page here )
January Review Shinding
In this shinding the gives a live demo of the phpcs (php code sniffer) and a discussion of several theme-check-tools.