This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\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 |
NewerOlder