No description, website, or topics provided.
VHDL Tcl
Switch branches/tags
Nothing to show
Clone or download
carview.php?tsp= Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
carview.php?tsp= doc
carview.php?tsp= download
carview.php?tsp= mycalc
carview.php?tsp= .gitignore
carview.php?tsp= README

README

Jep, das ist der erste Test
#Key erstellen (unix)
ssh-keygen
#commiten
git commit -a
#Runterladen
git pull origin master
#Hochladen
git push
Help: https://learn.github.com/
#Hirn einschalten, nur das nehmen was gebraucht wird
Next steps:
  mkdir our_calc
  cd our_calc
  git init
  touch README
  git add README
  git commit -m 'first commit'
  git remote add origin git@github.com:nickma82/our_calc.git
  git push origin master
      
Existing Git Repo?
  cd existing_git_repo
  git remote add origin git@github.com:nickma82/our_calc.git
  git push origin master
  
Handling conflicts
* Betreffendes File bearbeiten und gekennzeichnete Konflikte ausbessern
* File git adden
* git commiten
* git pullen
* git pushen