powershell - git, GitHub, Git Shell -



powershell - git, GitHub, Git Shell -

first time using gits or github. i'm at:

i've made github account i've made repository called javajavahangmangame, have initialized gitignore(java) , readme.me i have github application , git shell application downloaded on computer from github application select repository called javajavahangmangame , open in shell this shell windows powershell my current path or directory c:\users\reed\documents\github\javajavahangmangame [master]> i have .txt file named javajavahangmangametwo holding of source code programme named javajavahangmangame. path or directory .txt file located is, c:\users\reed\workspace\github\javajavahangmangame

i'm trying javajavahangmangametwo.txt above repository friend can help me edit it. how do this? mentioned, new please prove step step examples answer, not take much me lost.

one of improve step step guides located @ location below. instead of providing reply question, recommend spend 15 minutes on , comfortable work git , github.

https://try.github.io/levels/1/challenges/1

to create easy per request. replace place holder between "< >" actual values:

on shell:

$ git status [you see text file] $ git add together <filename> $ git commit -m <comment>

then add together remote repo

$ git remote add together origin <http://..... .git>

finally force it:

$ git force -u origin master

git powershell github

Comments

Popular posts from this blog

php - Edges appear in image after resizing -

ios8 - iOS custom keyboard - preserve state between appearances -

Delphi change the assembly code of a running process -