Kselax.ru

Hacker Kselax – the best hacker in the world

Menu
  • Blog
  • Contacts
  • wp plugin generator
  • English
    • Русский
Menu

Tag: git

How to learn Git. From a newbie to the ninja

Posted on 30 October, 201822 May, 2019 by admin

Links: the official site link   Content table: Create a new repository on the command line Push existing repository from the command line .gitignore file   #Create a new repository on the command line

1
2
3
4
5
6
echo "# js-template-engines" >> README.md
git init
git add README.md
git commit -m "first commit"
git remote add origin https://github.com/kselax/js-template-engines.git
git push -u origin master

  #Push existing repository from the command line

1
2
git remote add origin https://github.com/kselax/js-template-engines.git
git push -u origin master

    How to use git at fist do initialization

1
git init

then…

Read more

Categories

  • bash (1)
  • English (9)
  • JavaScript (4)
  • node.js (22)
  • photoshop (1)
  • php (3)
  • React (9)
  • sclerotic (6)
  • Ubuntu (10)
  • Uncategorized (13)
  • Wordpress (1)

Tags

Ajax apache2 automation bash chrome-extension command line editor ejs email English English-grammar framework functions git graphql handlebars hybrid app installation javascript js linux newbie node.js node.js javascript nodemailer npm objects Performance php phpmyadmin playonlinux promise rabbitmq React react-router redis reverse-proxy session shell socket.io sublime text 3 time zones ubuntu unity webpack

Recent Comments

  • damien on How to install npm and nodejs the latest versions on ubuntu
  • Cam on How to install npm and nodejs the latest versions on ubuntu
  • Pierre on socket.io with apache as a reverse proxy on the CentOS
  • admin on How to use react-router with a few languages
  • admin on How to install npm and nodejs the latest versions on ubuntu
©2021 Kselax.ru Theme by ThemeGiant