I have following files in my directory, let's say
helloworld.go
index.html
main.js
These all are latest commit of branch validation
.
Now I want to create a new branch which contains,
helloworld.go <previously committed [particular hash] file in same branch>
index.html [current branch's latest commit]
main.js [file from another branch
newvalidation
in a particular commit]newone.c [file from another branch
newvalidation
in a particular commit]
Is that possible?