LINUXOPOLIS ~ GIT # 2019-10-10
GIT
Building a Linux habitatPublished with SteemPeak
home previous
Screenshot by Willi GlenzSUMMARY
01 GIT .............................................................. v1 2019-10
08 sources .......................................................... v1 2019-10
05 tutorials ........................................................ v2 2019-10
02 first steps ...................................................... v2 2019-10 update
07 pycharm .......................................................... v1 2019-10
09 github ........................................................... v2 2019-10 update
03 installation ..................................................... v1 2019-10
06 configuration .................................................... v2 2019-10 update
04 documentation .................................................... v3 2019-10 update
#09
09 GITHUB
$ mkdir ~/project_01
$ cd ~/project_01
$ echo "# project_01" >> README.md
$ git init
$ git add README.md
$ git commit -m "first commit"
$ git remote add origin https://github.com/user/project_01.git
$ git push -u origin master
source : github.com
cheat sheat : github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf
08 SOURCES
corey shafer .............................................. youtu.be/HVsySz-h9r4
traversy media ............................................ youtu.be/SWYqp7iY_Tc
07 PYCHARM INTEGRATION
introduction : confluence.jetbrains.com/display/PYH/Using+PyCharm%27s+Git+integration+locally
06 CONFIGURATION
$ git config --help
$ git config --global user.name "first_name last_name"
$ git config --global user.mail "[email protected]"
$ git config --list
05 TUTORIALS
corey shafer .............................................. youtu.be/HVsySz-h9r4
man-pages .................................................... $ man gittutorial
offizial git-video-tutorials ................................ git-scm.com/videos
offizial git-tutorial ............................. git-scm.com/docs/gittutorial
traversy media - crash course for beginners ............... youtu.be/SWYqp7iY_Tc
04 DOCUMENTATION
git-scm ........................................................ git-scm.com/doc
pro git - written by Scott Chacon and Ben Straubbook .... git-scm.com/book/en/v2
git ................................................................. $ git help
git config ................................................. $ git config --help
man-pages .................................................... $ man giteveryday
github cheat sheat : github.github.com/training-kit/downloads/github-git-cheat-sheet.pdf
03 INSTALLATION
$ apt-cache search git | grep -i "^git" | less
# apt install git
02 FIRST STEPS
$ mkdir ~/project_1
$ cd ~/project_1
$ git init
$ git status
$ touch test.txt
$ touch test2.txt
$ touch .gitignore
$ git status
$ git status
$ git add test.txt
$ git -rm --cached test2.txt
$ git status
$ git status
$ git commit -m "first commit"
$ git status
git-scm.com ................................................. git-scm.com/videos
corey shafer .............................................. youtu.be/HVsySz-h9r4
01 GIT
homepage ........................................................... git-scm.com
download ................................................. git-scm.com/downloads
This post had received 5.00% upvote from @steemitportugal account!
Our website has lots of news and tutorials you can visit right now at www.steemitportugal.com
Click here to vote

Delegation for daily voting: 10SP-25SP-50SP-100SP-250SP-500SP-1000SP