Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

git commit and push command

git:    git add .    git commit -m "$m"    git push -u origin master 
Comment

commit and push

$ git add .github/workflows/release-package.yml
$ git commit -m "workflow to publish package"
$ git push
Comment

how to git commit and push

git config --global user.email "jajounes@gmail.com"
git config --global user.name "eu20papar"
Comment

push a commit

TBH i hate terminals, so i found an easier way. 
Just tap Commit & Push in Source Control (see image below).
https://i.imgur.com/LvZ0Llu.png
As simple as that.
Comment

git commit and push command

git add .
# Adds the file to your local repository and stages it for commit. To unstage a file, use 'git reset HEAD YOUR-FILE'.
Comment

PREVIOUS NEXT
Code Example
Shell :: remove pod and install again 
Shell :: install dbeaver using snap 
Shell :: git submodule 
Shell :: src/checkdep_freetype2.c:1:10: fatal error: ft2build.h: No such file or directo 
Shell :: get last 10 lines of log 
Shell :: curl find latency 
Shell :: watchman installation 
Shell :: if float less than bash 
Shell :: git ignore files 
Shell :: creating new branch in git 
Shell :: install neofetch on debian 
Shell :: download influxdb for windows 
Shell :: brownie list saved accounts 
Shell :: step to install vue project in visual studio code 
Shell :: -eq shell script 
Shell :: order allow deny 
Shell :: install lua on ubuntu 
Shell :: change user terminal 
Shell :: scp local to ssh aws 
Shell :: grep get everything between two strings 
Shell :: how to fix libffi missing in macos 
Shell :: install balena etcher on manjaro linux 
Shell :: bash list files in directory 
Shell :: ubuntu right click not working 
Shell :: qbs linux 
Shell :: install heroku cli 
Shell :: how to cat a file that has spaces 
Shell :: copy data from one branch to another in git 
Shell :: download file via ssh with port 
Shell :: Please ensure that the SDK and/or project is installed in a location that has read/write permissions for the current user 
ADD CONTENT
Topic
Content
Source link
Name
8+8 =