Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

My first git commit

root@896cf839cf9a:/alx-pre_course# git add .
root@896cf839cf9a:/alx-pre_course# git commit -m 'My first commit'
[master (root-commit) 98eef93] My first commit
 1 file changed, 1 insertion(+)
 create mode 100644 README.md
root@896cf839cf9a:/alx-pre_course# git push                                                                                           
Enumerating objects: 3, done.                                                                                                         
Counting objects: 100% (3/3), done.                                                                                                   
Writing objects: 100% (3/3), 212 bytes | 212.00 KiB/s, done.                                                                          
Total 3 (delta 0), reused 0 (delta 0)                                                                                                 
To https://github.com/{YOUR_USERNAME}/alx-pre_course.git                                                                                       
 * [new branch]      master -> master
Comment

PREVIOUS NEXT
Code Example
Shell :: bash code for loop 
Shell :: what does worktree prune do 
Shell :: git sync branch from master 
Shell :: delete resource group azure powershell 
Shell :: rpi install kodi 
Shell :: bash function parameter 
Shell :: how to define a command in bashrc 
Shell :: installing android studio on kali linux 
Shell :: how to check if virtualization is enabled in bios in manjaro 
Shell :: how to register nuget repository powershell 
Shell :: vim colorscheme 
Shell :: install serverless-google-cloudfunctions 
Shell :: aws create repository cli 
Shell :: fold all lines in vim 
Shell :: .m2 folder in unix 
Shell :: git use stash on another computer 
Shell :: share folder on network linux 
Shell :: install dependencies npm 
Shell :: bash for in loop 
Shell :: how to run r in docker 
Shell :: how to get the digit count of number swift 
Shell :: regex final word 
Shell :: diskpart 
Shell :: git rename other branch 
Shell :: to create repo from cmd 
Shell :: how to get the filename without extension 
Shell :: kubectl logs with grep 
Shell :: run tar.xz ubuntu 
Shell :: create branch from remote branch 
Shell :: git merge conflict resolve 
ADD CONTENT
Topic
Content
Source link
Name
6+6 =