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 :: read input from stdin bash script 
Shell :: how to speed up internet connection ubuntu 20 
Shell :: download file on linus ssh 
Shell :: bash array 
Shell :: can not login kali linux 
Shell :: create gz in ubuntu 
Shell :: docker exec it bash python 
Shell :: basename linux command 
Shell :: btop++ on ubuntu 
Shell :: View Commit History With Changes in git command 
Shell :: install jenkins 
Shell :: disable snap 
Shell :: install 
Shell :: command to find out my git head version 
Shell :: how to undo a bunch of commit sent that was pushed 
Shell :: crontab view output 
Shell :: npm commands 
Shell :: extract a tar file in linux 
Shell :: git recurse submodules 
Shell :: Check path file exist 
Shell :: zip command in linux 
Shell :: debian mark package as manually installed 
Shell :: install chocolately path 
Shell :: cp command 
Shell :: How to commit the code to the github 
Shell :: dokcer remove image 
Shell :: cat example 
Shell :: revert the revert 
Shell :: print file size in mb linux 
Shell :: how to remove package files in linux 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =