Skip to content

dimitri-lda/JavaLearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme file for GeekBrains Task 1

Заметка: The README.md file is used for instructions on how to install and run the project.

Basic Git console commands

If we have spaces in the value, we use double quotes " "

git config --global user.name "Dzmitry Lukashuk"
git config --global user.email ***@gmail.com

git init
git add <filename>
git add *
git commit -m "Commit message"
git push origin <branch_name>
git pull

My GitHub.

Image text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published