GithubHelp home page GithubHelp logo

frankierm / cw-demo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from debashishbarik/cw-demo

0.0 1.0 0.0 1.76 MB

Java 93.74% PureBasic 0.17% HTML 4.32% CSS 0.51% JavaScript 0.71% Shell 0.37% Batchfile 0.19%

cw-demo's Introduction

git checkout -b feature-a ---> -b will create a new branch git add . git commit -m 'added messages' git push --set-upstream origin feature-a --------> create a new branch in BIT hub

git checkout master git merge feature-a git push


git --version

chnages

git status

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git status On branch feature-a Your branch is up to date with 'origin/feature-a'.

Changes not staged for commit: (use "git add ..." to update what will be committed) (use "git restore ..." to discard changes in working directory) modified: spring-cloud-stream-kafka/src/main/java/com/ubs/cw/cloudstream/kafka/SpringCloudStreamKafkaApplication.java

no changes added to commit (use "git add" and/or "git commit -a")

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git add spring-cloud-stream-kafka/src/main/java/com/ubs/cw/cloudstream/kafka/SpringCloudStreamKafkaApplication.java

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git status On branch feature-a Your branch is up to date with 'origin/feature-a'.

Changes to be committed: (use "git restore --staged ..." to unstage) modified: spring-cloud-stream-kafka/src/main/java/com/ubs/cw/cloudstream/kafka/SpringCloudStreamKafkaApplication.java

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git commit -m 'Logging enabled' [feature-a d957c95] Logging enabled Committer: Barik [email protected] Your name and email address were configured automatically based on your username and hostname. Please check that they are accurate. You can suppress this message by setting them explicitly:

git config --global user.name "Your Name"
git config --global user.email [email protected]

After doing this, you may fix the identity used for this commit with:

git commit --amend --reset-author

1 file changed, 4 insertions(+), 1 deletion(-)

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git status On branch feature-a Your branch is ahead of 'origin/feature-a' by 1 commit. (use "git push" to publish your local commits)

nothing to commit, working tree clean

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git push Enumerating objects: 23, done. Counting objects: 100% (23/23), done. Delta compression using up to 8 threads Compressing objects: 100% (7/7), done. Writing objects: 100% (12/12), 889 bytes | 127.00 KiB/s, done. Total 12 (delta 3), reused 0 (delta 0) remote: Resolving deltas: 100% (3/3), completed with 3 local objects. To https://github.com/debashishbarik/cw-demo.git e11d655..d957c95 feature-a -> feature-a

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a) $ git status On branch feature-a Your branch is up to date with 'origin/feature-a'.

nothing to commit, working tree clean

debashish.barik@M5-L-HZ2CFW2 MINGW64 /c/UBS/CW/demo/cw-demo (feature-a)

cw-demo's People

Contributors

debashish-barik avatar debashishbarik avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.