Skip to content

Instantly share code, notes, and snippets.

View psychok7's full-sized avatar

Nuno Khan psychok7

View GitHub Profile
@psychok7
psychok7 / GIT Commands
Last active November 13, 2021 09:53
GIT Quick Commands
#On local machine
cd foo (your project folder parent)
git init
git add -A * (doesnt add empty folders, be carefull with netbeans config files)
git commit -m "My initial commit message"
#On local machine, in your git project
git remote add origin https://[email protected]/psychok7/human-computer-interaction.git
git push origin master
@psychok7
psychok7 / LaTeX
Created November 14, 2012 17:08
LaTeX Tutorial
\documentclass[a4paper]{report} %tipo de documento
\usepackage[utf8]{inputenc}
\usepackage[portuges]{babel}
\usepackage{graphicx}
\title{Título do documento}
\author{autor Nuno Khan \and autor Tales For The Unspoken}
\begin{document}
\maketitle