This is a repository where I push files which create Tipi UX website.
The link with the repository is: https://github.com/sealcode/tipi-ux-website.
Used technologies: Jekyll, HTML.
Useful commands:
-
Cloning the repository: git clone https://github.com/sealcode/tipi-ux-website
-
Creating a branch: git checkout -b title
-
Making a commit: git commit -m "title"
-
Checking the repository status: git status
-
Saving changes: git add .
-
Updating the repository: git push